Skip to content

Commit

Permalink
Update modules/local/make_report.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa authored May 30, 2024
1 parent 31c1dab commit 97a3008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/make_report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ process MAKE_REPORT {

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

container "itrujnara/orthologs-report:1.0.0"
Expand Down

0 comments on commit 97a3008

Please sign in to comment.