Skip to content

Commit

Permalink
restore samtools modules version bump (nf-core#6685)
Browse files Browse the repository at this point in the history
* restore samtools modules version bump

* add htslib

* same environment.yml file for each samtools modules
  • Loading branch information
maxulysse authored and Helle Rus Povlsen committed Oct 2, 2024
1 parent eb5ba45 commit a592b81
Show file tree
Hide file tree
Showing 29 changed files with 110 additions and 81 deletions.
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/ampliconclip/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/bam2fq/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/calmd/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/cat/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/collate/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/collatefastq/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
3 changes: 2 additions & 1 deletion modules/nf-core/samtools/consensus/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ channels:
- conda-forge
- bioconda
dependencies:
- "bioconda::samtools=1.20"
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/convert/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/coverage/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
3 changes: 2 additions & 1 deletion modules/nf-core/samtools/cramsize/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/depth/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/dict/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
3 changes: 2 additions & 1 deletion modules/nf-core/samtools/faidx/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/fasta/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/fastq/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/fixmate/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/flagstat/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/getrg/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/idxstats/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/import/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/index/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/markdup/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/merge/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/mpileup/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/reheader/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/sormadup/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/sort/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/stats/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21
7 changes: 4 additions & 3 deletions modules/nf-core/samtools/view/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json
channels:
- conda-forge
- bioconda

dependencies:
- bioconda::htslib=1.20
- bioconda::samtools=1.20
- bioconda::htslib=1.21
- bioconda::samtools=1.21

0 comments on commit a592b81

Please sign in to comment.