File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,11 @@ process {
8383 conda = 'bioconda::sortmerna=4.3.7'
8484 //conda = 'bioconda::sortmerna=4.3.6'
8585 }
86+
87+ withName: 'STAR_ALIGN|STAR_GENOMEGENERATE' {
88+ conda = 'seqera::star2.7.11b bioconda::samtools=1.21 bioconda::htslib=1.21 conda-forge::gawk=5.1.0'
89+ //conda = 'bioconda::star=2.7.10a bioconda::samtools=1.18 bioconda::htslib=1.18 conda-forge::gawk=5.1.0'
90+ }
8691
8792 //// No longer necessary- dev branch version has an aarch 64 build (s)
8893
@@ -137,11 +142,6 @@ process {
137142
138143 // NOTE THE OLDER STAR VERSION HERE!
139144
140- withName: 'STAR_ALIGN|STAR_GENOMEGENERATE' {
141- conda = 'seqera::star2.6.1d bioconda::samtools=1.21 bioconda::htslib=1.21 conda-forge::gawk=5.1.0'
142- //conda = 'bioconda::star=2.7.10a bioconda::samtools=1.18 bioconda::htslib=1.18 conda-forge::gawk=5.1.0'
143- }
144-
145145 //// b) need aarch64 conda builds
146146
147147 //withName: 'HISAT2_ALIGN' {
You can’t perform that action at this time.
0 commit comments