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
Line 184 in nextflow.config causes pipeline to fail because this file has not been included in the conf folder.
line 184: includeConfig 'conf/cdc.config'
We can remove this line, but then CDC users need to point to the cdc config file when they run the pipeline on Rosalind, and so we need to update README docs to indicate that. Otherwise, we include that file in conf. I can do whichever is preferred.
Command used and terminal output
nextflow run main.nf --indir /scicomp/groups-pure/Projects/scbs_mpob/JRowell_ick4/mpox_testing/paired/ --outdir /scicomp/groups-pure/Projects/scbs_mpob/JRowell_ick4/mpox_testing/results/ --project_name test -profile singularity,rosalindFile not found: /scicomp/home-pure/ick4/01.scripts/polkapox/conf/cdc.config
Relevant files
N/A
System information
No response
The text was updated successfully, but these errors were encountered:
Description of the bug
Line 184 in nextflow.config causes pipeline to fail because this file has not been included in the
conf
folder.line 184:
includeConfig 'conf/cdc.config'
We can remove this line, but then CDC users need to point to the cdc config file when they run the pipeline on Rosalind, and so we need to update README docs to indicate that. Otherwise, we include that file in
conf
. I can do whichever is preferred.Command used and terminal output
Relevant files
N/A
System information
No response
The text was updated successfully, but these errors were encountered: