Gaius-Augustus / BRAKER

BRAKER is a pipeline for fully automated prediction of protein coding gene structures with GeneMark-ES/ET/EP/ETP and AUGUSTUS in novel eukaryotic genomes
Other
334 stars 80 forks source link

HISAT alignment, sam, bam, sorted.bam steps #797

Open SAMtoBAM opened 2 months ago

SAMtoBAM commented 2 months ago

Hi there

I am trying braker3 at the moment and see that the RNAseq alignment step appears to perform the alignment to sam, compression to bam and sorting in 3 separate steps. If I am not mistaken the sorting step is performed during bam conversion, also you can directly pipe the alignment output directly to samtools sort therefore skipping the compression step Although it is clearly not going to improve the annotation outcome, it should certainly speed up these initial steps.

Thanks

changchuanjun commented 2 months ago

@SAMtoBAM 👍👍👍,I aggre with you, But I think this is a systematic work, and if the authors update the version, I assume they will accept the suggestion