Granular read analysis using --fastq_output #328
kclem
started this conversation in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very granular data can be produced for each read by running CRISPResso with the
--fastq_output
flag. If this flag is given, CRISPResso will produce a fastq file (CRISPResso_output.fastq.gz) containing the results of analysis for every input read.This granular output is useful in investigating alignments and alignment scores for a read aligned to all reference sequences (not only the assigned reference sequence), or finding out which exact read was assigned to which reference amplicon.
The format is similar to the standard fastq file format:
The CRISPResso fastq_output format prints lines 1, 2, and 4 exactly as provided in the input fastq file, but adds CRISPResso analysis information after the + on the third line, including the following entries:
For example, this is a fastq entry for a single read:
Beta Was this translation helpful? Give feedback.
All reactions