Skip to content

Commit 328d02d

Browse files
committed
Non-igenomes STAR can use the latest star
1 parent 902367e commit 328d02d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conf/arm.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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' {

0 commit comments

Comments
 (0)