We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We might want to include something like the below in conf/modules.config:
conf/modules.config
(I'm not totally sure about the BBDUK part, but the files can be incredibly large.)
BBDUK
withName: BBMAP_BBDUK { publishDir = [ pattern: '*.fastq.gz', enabled: false ] } withName: ".*SAMTOOLS.*" { publishDir = [ [ pattern: "*.bam", enabled: false ], [ pattern: "*.bam.bai", enabled: false ] ] } withName: 'UNPIGZ_GFF' { publishDir = [ enabled: true ] }
The text was updated successfully, but these errors were encountered:
Fixed in #212
Sorry, something went wrong.
erikrikarddaniel
No branches or pull requests
Description of feature
We might want to include something like the below in
conf/modules.config
:(I'm not totally sure about the
BBDUK
part, but the files can be incredibly large.)The text was updated successfully, but these errors were encountered: