Skip to content

Commit

Permalink
Fix perl-json.sif filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Feb 14, 2024
1 parent 164ba4f commit 4d02d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nextflow.ci.config
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ process {
ext.args = "--plus"
}
withName: assembly_trim_clean {
container = "${params.containerDir}/perl.sif"
container = "${params.containerDir}/perl-json.sif"
cpus = 4
memory = '10 GB'
ext.args = "--min_quality 23 --bases_to_trim 400 --min_length 100 -p 1 --nosingletons"
Expand Down

0 comments on commit 4d02d61

Please sign in to comment.