cougarlj / COMPSRA

COMPSRA: a COMprehensive Platform for Small RNA-Seq data Analysis
https://regepi.bwh.harvard.edu/circurna/
GNU General Public License v3.0
16 stars 6 forks source link

Show sequence in annotation file #43

Closed genericname2 closed 2 years ago

genericname2 commented 2 years ago

Hi again,

First, thanks again for this amazing tool, it really speeded up my small RNA analysis and the QC module, the Alignment module as well as the annotation module work fine on MacOS after some troubleshooting.

I now have another request: Is there an option to show the sequences of the annotated small RNAs in the .txt output file of the annotation module? I know, I can get the sequence from the databases, but I think it would be convenient to have them in .txt file to begin with.

Thanks for your support!

cougarlj commented 2 years ago

Dear genericname2,

Sorry to reply late. There are two parameters "-ad" and "-abam" that you can try in the annotation module. Some detailed info in bam or txt file will be output for debug purpose. Hope this can help you.

Best Wishes, Jiang Li

genericname2 commented 2 years ago

Dear Jiang Li,

I tried both parameters, but they did not exactly give me what I was looking for (the reference sequence of each small RNA in an individual column). However, as the workaround is quite simple, don't bother with it. I got my fasta sequences from mirBase and added them by a simple bash script.

Thanks anyway!