# HG changeset patch # User rliterman # Date 1733238395 18000 # Node ID 00aa43a565d176c8f687ce28b5a3f8e62b61ddf4 # Parent e222ab521d707ce75b6fa0f8cd252db9d148d19e "planemo upload" diff -r e222ab521d70 -r 00aa43a565d1 CSP2/conf/profiles.config --- a/CSP2/conf/profiles.config Tue Dec 03 08:48:19 2024 -0500 +++ b/CSP2/conf/profiles.config Tue Dec 03 10:06:35 2024 -0500 @@ -84,8 +84,8 @@ conda.useMicromamba = true conda.cacheDir = "${projectDir}/CSP2_env" process.conda = "${projectDir}/conf/CSP2.yaml" - process.queue = "ondemand-small" + process.clusterOptions = {"-p ondemand-small"} executor.$slurm.exitReadTimeout = 120000 diff -r e222ab521d70 -r 00aa43a565d1 CSP2/subworkflows/fetchData/main.nf --- a/CSP2/subworkflows/fetchData/main.nf Tue Dec 03 08:48:19 2024 -0500 +++ b/CSP2/subworkflows/fetchData/main.nf Tue Dec 03 10:06:35 2024 -0500 @@ -19,7 +19,7 @@ findReads = file("${projectDir}/bin/fetchReads.py") userSNPDiffs = file("${projectDir}/bin/userSNPDiffs.py") -// Set SKESA cores to 5 or fewer +// Set SKESA cores to 4 or fewer skesa_cpus = (params.cores as Integer) >= 4 ? 4 : (params.cores as Integer) workflow { diff -r e222ab521d70 -r 00aa43a565d1 csp2_screen.xml --- a/csp2_screen.xml Tue Dec 03 08:48:19 2024 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,132 +0,0 @@ - - Screen query assemblies against reference assemblies - - nextflow - micromamba - - nextflow -version - Nextflow_Log.txt 2>&1; - ]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This tool takes query assemblies and reference assemblies and calculates the pairwise distance between each query/reference combination. If no reference is provided, all queries are compared to all other queries. - - - 10.XXXX/placeholder.doi - @article{example2024,title={CFSAN SNP Pipeline 2 (CSP2): a pipeline for fast and accurate SNP distance estimation from bacterial genome assemblies.},author={Doe, John and Smith, Jane},journal={Submitted},year={2024}} - - - - diff -r e222ab521d70 -r 00aa43a565d1 csp_screen.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/csp_screen.xml Tue Dec 03 10:06:35 2024 -0500 @@ -0,0 +1,133 @@ + + Screen query assemblies against reference assemblies + + nextflow + micromamba + + nextflow -version + Nextflow_Log.txt 2>&1; + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + This tool takes query assemblies and reference assemblies and calculates the pairwise distance between each query/reference combination. If no reference is provided, all queries are compared to all other queries. + + + 10.XXXX/placeholder.doi + @article{example2024,title={CFSAN SNP Pipeline 2 (CSP2): a pipeline for fast and accurate SNP distance estimation from bacterial genome assemblies.},author={Doe, John and Smith, Jane},journal={Submitted},year={2024}} + + + +