-
Notifications
You must be signed in to change notification settings - Fork 1
convert2bam.nf
Ernesto Lowy edited this page Mar 12, 2021
·
9 revisions
This workflow is used to convert one or multiple files in the CRAM format to the BAM format (see here)
Samtools
The best way of running this pipeline is by using the following Docker image: https://hub.docker.com/r/elowy01/samtools
The configuration file that can be used with this pipeline can be found here
This workflow is implemented in the script named convert2bam.nf
nextflow -C convert2bam.config run convert2bam.nf --input '*.cram'
Used to specify the directory containing the CRAM
files.
Note: The single quotes are necessary
The BAM
files resulting after converting the CRAM
files can be found in a directory named:
converted_bam/