Evolinc / RMTA

Read Mapping and Transcript Assembly
7 stars 0 forks source link

Failure in mapping #16

Closed scho92 closed 4 years ago

scho92 commented 4 years ago

Hi

I do not own fancy computer to run RMTA, so I am using CYVERSE DE to run the program (v2.6.3). I tried to map my reads with Grch38 (https://www.ncbi.nlm.nih.gov/genome/guide/human/), but it fails me with the message <Could not locate a HISAT2 index corresponding to basename "ref_genome">. The only difference I see between my run and your example is that my reference genome and annotation files are in fna.gz and gff.gz format. Does not your program supports zipped format as a reference file? I cannot find any other clue that may caused this problem. Would you please help me with the issue?

Best regards, Seonggeon Cho

scho92 commented 4 years ago

I extracted reference files and rerun the RMTA. RMTA successfully mapped my reads but with empty feature_counts.txt file. What might have gone wrong?

andrew-d-l-nelson commented 4 years ago

Sorry about the delay (holiday in the US). It sounds like you might not have called the feature type correctly. Could you share your analysis with me (in the DE) by sharing with user andrewnelson (at either Boyce Thompson or University of Arizona).

In short, your gene attribute type is probably wrong (either gene_id or ID). I will be able to tell when you share it with me.

scho92 commented 4 years ago

Dear Andrew Nelson

Thank you for your reply. I shared analysis with you.

Best regards, Seonggeon Cho

On Mon, Jul 6, 2020 at 6:41 PM Andrew DL Nelson notifications@github.com wrote:

Sorry about the delay (holiday in the US). It sounds like you might not have called the feature type correctly. Could you share your analysis with me (in the DE) by sharing with user andrewnelson (at either Boyce Thompson or University of Arizona).

In short, your gene attribute type is probably wrong (either gene_id or ID). I will be able to tell when you share it with me.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Evolinc/RMTA/issues/16#issuecomment-654499999, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQFDDPIFESKKJUPQKNEAR3LR2JHK3ANCNFSM4OPQ4NDA .

andrew-d-l-nelson commented 4 years ago

Hi Seonggeon, In the "Gene Attribute" box, type "ID" (without quotes) instead of gene_id. The gene attribute (from Featurecounts) is asking for whatever the 9th column starts with. In some GFFs this is "gene_id" and some it is "ID". For the human gff you are using it is "ID".

Good luck!