Skip to content

Alignment of the reads #17

Open
Open
@asan-emirsaleh

Description

Hello!
I used Quast for times and know I am trying to use the rnaQUAST. Both tools are mentioned as great and robust quality assessment techniques.
Some thing are not clear enough to me to use rnaQUAST effectively. As of ordinary alignment procedures takes days until complete, it would be a good idea first to prepare alignment files before the pipeline started and pass them as the input. Are these right:

  • -sam is a parameter to pass the reads' alignment to the reference genome. From the SAM file the alignments data only would be used, but not the read data. BAM format is not accepted. For reproducibility purposes, the STAR aligner with default parameters is used.
  • --left_reads and --right_reads parameter are used to pass the read data, so the reads would be aligned to the transcriptome assessed by the STAR aligner. Currently there is no way to pass the previously prepared SAM file as input. Also the read data would be used to align to the genome and compute mapping metrics. For this kind of analysis, the -sam parameter might be used to speed-up the computation runtime.
  • --reference is used to pass the reference genome data. Currently there is no option to pass the predicted transcriptome sequences.
  • --gtf parameter is used to pass the gene coordinates of predicted transcripts in reference genome. Both GTF and GFF files are acceptable. This data would be used for gffutils to produce gene databases.
  • --gmap_index is used to pass the index of the reference genome, that would be used to align the transcriptome on assessing to the reference genome.
  • -psl is used to pass the PSL file produced by aligning transcriptome on assessing to the reference genome using BLAT aligner. There is no option to pass the prebuild BLAT database.
  • -meta option is used to assess some metrics dedicated to metatranscriptome assembles. But this option is not documented in the manual page.

The one thing is also not clear for me. What the BLAST aligner is used for? And what is the reason of building the blast databases? Are there an option to pass the prebuild one?

Best regards
Asan

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions