converts sam/bam/cram/pairs into genome contact map
meta
:map
Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]
input
:file
BAM/CRAM/SAM file or pairs formatted reads file
*.{bam,cram,sam,pairs.gz}
meta2
fasta
Reference sequence file
*.{fasta,fna,fa}
fai
Reference sequence index file
*.{fai}
pretext
*.pretext
pretext map
versions_pretextmap
${task.process}
:string
Name of the process
PretextMap
Name of the tool
PretextMap | sed "/Version/!d; s/.*Version //"
:eval
The expression to obtain the version of the tool
versions_samtools
samtools
samtools --version | sed "1!d; s/samtools //"
versions
Paired REad TEXTure Mapper. Converts SAM formatted read pairs into genome contact maps.