-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error in rule braken #1
Comments
Check the |
The rest seems all ok. |
Yes, looks like all of them are empty? Should i just rerun the pipeline? Is there something else i can check before going that route?
|
Check the |
They seem to be complaining about gzip?
|
I think this is the error: Chnge the |
Thanjks @SilasK that seems to have worked with >85% reads classified:
is this fine-ish number to expect from a typical experiment? Also any downstream tools for this workflow you suggest, would be nice to know 💯 |
@animesh For ways to analyze the counts output of Kraken I suggest aldex2 in R or this jupyter notebook. the counts there come from Kreken. You only need to replace the mouse database with the human. However, if you want to use the functional inference it is better to have relative abundance which you get ideally from coverage and not coutns. |
Thanks @SilasK :) I tried to run in on google-colab and i think it went fine with git pull of your repo and some installs (just made a pull request if you want to check?). In general, what do you think about the 85-90% mapping, is this fine? |
Thank you. I check the PR. 80-90% mapping rate is good. |
I am trying to run the workflow and facing this issue
2021-08-07T100724.612348.snakemake.log
, more specifically, one of the fastq spec log S2_QUALITY_PASSED_species.log says "IndexError: string index out of range", any ideas how to get past this?
My config looks like
config.zip where the specific changes made is
db_name : "Kraken_dbs/UHGG"
andgenome_folder: fasta
, not sure if this is relevant here?Samples table
samples.zip
The text was updated successfully, but these errors were encountered: