Issues With Cram -> Fastq from GTEx v8 WGS
0
0
Entering edit mode
5 weeks ago
Vullnet • 0

First, I wasn't sure what version of the reference genome GTEx v8 WGS generates for cram. I chose hg38.p10, and README says the human reference genome build b38 (including all decoy sequences and HLA regions). The later problem is that when samtools is used to convert cram into fastq file, a fastq file of a certain size will be generated, but samtools keeps running, running on very low CPU, and no error is reported. I don't know whether it is the problem of the reference genome version or the problem of samtools. Thank you!

samtools fastq -1 output.fq1 -2 output.fq2 -0 /dev/null -s /dev/null -n -T reference.fa input.cram

fastq GTEx cram • 187 views
ADD COMMENT
0
Entering edit mode

unless your cram in sorted on query rather than on coordinate, your cram must be first sort processed with collate:

ADD REPLY

Login before adding your answer.

Traffic: 1603 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6