genomic-medicine-sweden / taxprofiler

Taxonomic profiling of shotgun metagenomic data
https://nf-co.re/taxprofiler
MIT License
0 stars 1 forks source link

ribodector to remove rRNA before classification #42

Open LilyAnderssonLee opened 6 months ago

LilyAnderssonLee commented 6 months ago

Description of feature

ribodector: Accurate and rapid RiboRNA sequences Detector based on deep learning. To test whether Ribodector can effectively remove rRNA and improve classification performance.

LilyAnderssonLee commented 6 months ago

read1=$1 read2=$2 output1=$3 output2=$4

ribodetector_cpu -t 10 \ -l 151 \ -i $read1 $read2 \ -e rrna \ --chunk_size 256 \ -o $output1 $output2


Conclusion: The similar amount of rRNA was observed both with and without the Ribodector step. Therefore, Ribodector does not show significant performance improvement in this case. We could explore alternative tools for removing ribosomal RNA.
sofstam commented 6 months ago

Great that you tried this tool!