Entering edit mode
20 months ago
joe_genome
▴
50
How can I convert a cram to an unmapped bam file with samtools?
samtools view -b -T ref.fasta input.cram > output.bam
is this correct?
I'm curious - why do you want to do this? Are you submitting reads from your on premises CRAM archive to something like GEO or SRA?
Correct this is what I'm doing