Convert between FASTQ formats
In the event you need your linked-read data converted into a different linked-read format, djinn has you covered. We might disagree on the fragmented format landscape, but that doesn't mean you shouldn't be able to use your data how and where you want to. This command converts a paired-end read set of FASTQ files between the common linked-read FASTQ types.
djinn fastq convert PREFIX TARGET FQ1 FQ2
djinn fastq convert data/orcs_stlfr stlfr data/orcs.R1.fq.gz data/orcs.R2.fq.gz
Auto-detects the input format as one of 10X, haplotagging, TELLseq, or stLFR,
and converts it to the format provided as the TARGET positional argument. If the
input data is in 10X format, where the barcode is the first [usually] 16 bases in the R1 sequence,
you will need to provide a --barcodes file that lets Djinn know what barcodes to look for.
In all cases, a file will be created with the barcode conversion map.
--barcodes file
ATGGAAGCCGTAGTTA
ACGGAAGCCGTAGTTC
ATGGAAGAAATAGTTA
ATGTTTGCCGTAGTTT