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
we should test creating the link in the res_dir, as that might be on a different file system
I think it would be best to set params.publish_dir_mode = "auto" per default and then use the function to figure out the mode. That would still allow to manually override it to something else if necessary.
To your first point, this is done with that code. It tries to create a link from the workDir to the publishDir, which is what happens when nextflow publishes results. When workDir and publishDir are on different filesystems, then an error is thrown and copy is used to publish
nf-deseq2/nextflow.config
Line 10 in 19ccb77
Here is an idea how we could auto determine the publish mode:
The text was updated successfully, but these errors were encountered: