This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Transcript_id with "-0" after "flair collapse"

Hi, I have some questions about flair output. I used the following scripts for generating isoform.gtf file.

FASTQ : Long-read RNA-Seq.fastq

BRAKER_GTF : gtf output file for braker program.

flair align -g ${REF} -r ${FASTQ} --output ${SAMPLE} --thread ${THREAD}

flair correct -q ../01_mapping/${SAMPLE}.bed -f ${BRAKER_GTF} -g ${REF} --output ${SAMPLE} --thread ${THREAD}

flair collapse -g ${REF} --gtf ${BRAKER_GTF} -q ../02_correct/${SAMPLE}_all_corrected.bed -r ${FASTQ} --stringent --check_splice --generate_map --annotation_reliant generate --output ${SAMPLE} --thread ${THREAD}

finally, I got isoforms.gtf file but there are some transcript ids with "-0" What are these transcripts that have '-0' in their names? Also, why are they named that way?

enter image description here

flair

Hi anna, do you know the answer now?

Thanks.

0 answers

No answers yet.

Log in to answer this question.