Skip to content

Commit

Permalink
fix left-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia.pena.perez@scilifelab.se committed Aug 11, 2023
1 parent 8154201 commit 6f6c055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/drop_sample_annot.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process DROP_SAMPLE_ANNOT {
tag "DROP_sample_annot"
label 'process_low'

// Exit if running this module with -profile conda / -profile mamba
// Exit if running this module with -profile conda / -profile mamba
if (workflow.profile.tokenize(',').intersect(['conda', 'mamba']).size() >= 1) {
exit 1, "Local DROP module does not support Conda. Please use Docker / Singularity / Podman instead."
}
Expand Down

0 comments on commit 6f6c055

Please sign in to comment.