We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db02d99 commit 4a8ed2bCopy full SHA for 4a8ed2b
conf/arm.config
@@ -131,6 +131,11 @@ process {
131
conda = 'bioconda::trim-galore=0.6.10 bioconda::cutadapt=4.9'
132
//conda = 'bioconda::trim-galore=0.6.7 bioconda::cutadapt=3.4'
133
}
134
+
135
+ withName: 'UCSC_BEDGRAPHTOBIGWIG' {
136
+ conda = 'bioconda::ucsc-bedgraphtobigwig=469'
137
+ //conda = 'bioconda::ucsc-bedgraphtobigwig=469'
138
+ }
139
140
withName: 'UMITOOLS_DEDUP|UMITOOLS_EXTRACT|UMITOOLS_PREPAREFORRSEM' {
141
conda = 'bioconda::umi_tools'
0 commit comments