picard_samtofastq

Converts a BAM or SAM file to fastq. Adapted from the nf-core gatk4 samtofastq module.

fastq
bam
sam
nf-core modules \
  --git-remote https://github.com/CCBR/nf-modules \
  install picard/samtofastq

https://github.com/CCBR/nf-modules/…/modules/CCBR/picard/samtofastq/

Input

group name type description
NA meta map Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ]
NA bam file SAM or BAM file

Output

group name type description pattern
NA meta map Groovy Map containing sample information
e.g. [ id:‘test’, single_end:false ] NA
NA versions file File containing software versions versions.yml
NA fastq file fastq files *.{fastq}

Tools

picard

Home Docs CodeMIT

A set of command line tools (in Java) for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF.