-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我在 RNAseq-workflow中 #2
Comments
Hello peiyu1223, i went to the analysis and i was able to overcome that. what you have to do is this below: #then after you index your database like this: then you run the final part of it this way: I hope you follow the steps and get it fixed. |
The indexdb_rna binary has been removed from version 4.0. |
到Step 3. Removing rRNA Sequences with SortMeRNA
中Run SortMeRNA (~15min)
sortmerna
--ref $sortmernaREF
--reads results/2_trimmed_output/sample_trimmed.fq
--aligned results/3_rRNA/aligned/sample_aligned.fq
--other results/3_rRNA/filtered/sample_filtered.fq
--fastx
--log
-a 4
-v
出现问题,因为-a换成了-threads而log没有这个指令,之后我出现了这样的错误(There was a problem, because -a was replaced by -threads and the log did not have this instruction, and then I got such an error )
[opt_ref:186] ERROR: Could not locate File [sortmerna_db/rRNA_databases/silva-arc-16s-id95.fasta,sortmerna_db/index/silva-arc-16s-id95:sortmerna_db/rRNA_databases/silva-arc-23s-id98.fasta,sortmerna_db/index/silva-arc-23s-id98:sortmerna_db/rRNA_databases/silva-bac-16s-id90.fasta,sortmerna_db/index/silva-bac-16s-id95:sortmerna_db/rRNA_databases/silva-bac-23s-id98.fasta,sortmerna_db/index/silva-bac-23s-id98:sortmerna_db/rRNA_databases/silva-euk-18s-id95.fasta,sortmerna_db/index/silva-euk-18s-id95:sortmerna_db/rRNA_databases/silva-euk-28s-id98.fasta,sortmerna_db/index/silva-euk-28s-id98] neither at current path ["/home/peiyu/new_workflow"] nor in Workdir [""]
Reference file (FASTA) absolute or relative path.
非常抱歉我不会解决,能请教您一下么(I'm very sorry I won't solve it, can I ask you something )
The text was updated successfully, but these errors were encountered: