You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fast enough for < ~ 500 tasks; very slow for +1k tasks within a workflow. Slowness is from running a find command on every line output from nextflow log. Find a faster method of extracting .command.log path for each line in nextflow log output.
fast enough for < ~ 500 tasks; very slow for +1k tasks within a workflow. Slowness is from running a find command on every line output from nextflow log. Find a faster method of extracting .command.log path for each line in nextflow log output.