Skip to content

Commit

Permalink
docs: new picard/samtofastq module
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 23, 2023
1 parent f3085fb commit d8d5c6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
- custom/bam_to_fastq (#14)
- cutadapt (#11)
- khmer/uniquekmers (#7)
- picard/samtofastq (#21)
- samtools/filteraligned (#13,#20)
- also runs samtools sort & outputs index in bai format. (#12)
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ Many of the modules and subworkflows in this project reuse and adapt code from [
In those cases, credit is noted in the `meta.yml` file of the module/subworkflow and also listed here:

- [bwa](modules/CCBR/bwa) adapts the [nf-core bwa module](https://github.com/nf-core/chipseq/tree/51eba00b32885c4d0bec60db3cb0a45eb61e34c5/modules/nf-core/modules/bwa)
- [cutadapt](modules/CCBR/cutadapt) adapts the [nf-core cutadapt module](https://github.com/nf-core/modules/tree/master/modules/nf-core/cutadapt)
- [cutadapt](modules/CCBR/cutadapt) adapts the [nf-core cutadapt module](https://github.com/nf-core/modules/tree/ef007b1ce5316506b8c27c3e7a62482409c6153c/modules/nf-core/cutadapt)
- [khmer](modules/CCBR/khmer) adapts the [nf-core khmer module](https://github.com/nf-core/modules/tree/b48a1efc8e067502e1a9bafbac788c1e0abdfc6a/modules/nf-core/khmer)
- [picard/samtofastq] adapts the [nf-core gatk4 samtofastq module](https://github.com/nf-core/modules/tree/ef007b1ce5316506b8c27c3e7a62482409c6153c/modules/nf-core/gatk4/samtofastq)
2 changes: 1 addition & 1 deletion modules/CCBR/picard/samtofastq/meta.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "picard_samtofastq"
description: Converts a BAM or SAM file to fastq.
description: Converts a BAM or SAM file to fastq. Adapted from the nf-core gatk4 samtofastq module.
keywords:
- fastq
- bam
Expand Down

0 comments on commit d8d5c6f

Please sign in to comment.