-
Notifications
You must be signed in to change notification settings - Fork 61
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
Tadbit Parse Error #345
Comments
Hi, That seems correct. Is assembly.fasta what you used to generate the index? Here I paste a workflow that we used in the past for one of the courses:
David |
If fasta file is correct and you are using conda, can you send me your configuration (conda env export > environment. yml)? |
The fasta file is correct. Thank you for your time and sending over the workflow! Here is my environment.yml:
|
Is this issue stemmed from my use of |
Hi, After the mapping all the produced files should have the same format, so using hisat2 should not affect the parsing. Regards David |
Hi David, Mapping commands: MAP_DIR Contents:
Contents of 01_mapped_r1 in MAP_DIR
Parse Command: |
Hi, Not sure if this is solved, but just for future reference, this gets solved if you add the option
That should do it. Cheers, |
Hello, sorry for the troubles.
I am trying to run
tadbit parse
using the conda installed version of the tool and am unsure how to resolve this error.Command:
tadbit parse -w MAP_DIR --genome assembly.fasta
Error:
Exception: ERROR: genome_seq should be given
There is no
--genome_seq
option shown in the manual or the help page. Is there also an example workflow for the bash command line tools available? Thank you for the help!The text was updated successfully, but these errors were encountered: