I am trying to replicate the upstream process of ATAC sequencing in an article (SRR26674024), but the uploaded raw data only contains two fastq files like SRR26674024_1.fastq.gz
and SRR26674024_2.fastq.gz
. I'm just wondering how to let the two files adapted to cellranger pipline.
The first sequencing fragment of the two files shown as follows:
@SRR26674024.1 A00869:659:H2M35DRX2:1:2101:29170:1000/3
NTACAAACTAAATGTGCCCTTGATGGAAAAGGAACCTTATGGAATGATGA
+
??????????????????????????????????????????????????
and
@SRR26674024.1 A00869:659:H2M35DRX2:1:2101:29170:1000/4
GCTGAGGCGGGAGAATCAGTTGAACCCAGGGGGCAGAGGTTGCAGTGAGC
+
??????????????????????????????????????????????????
That works, thanks a lot. Notice that another optional argument is
--gzip
compression.