-
Notifications
You must be signed in to change notification settings - Fork 2
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 subgenome separation with K-mer and TEs #10
Comments
Hi @kashiff007 polycracker was built for python 2.7 but you appear to have installed it using 3.9, hence the print issue. Can you try reinstalling with 2.7 and run using Python2? |
Hi @jlevy44 Thank you very much for your quick response. I have also tried in my local macOS using docker. After running
You can see the first line of error shows that I need to install Graphviz in my laptop:
I did that but the issue remains same. I am using python2.7 in my laptop. |
Hi, it’s working perfectly in Ubuntu with python2.7. Thanks for the support. |
Hi, I am trying to run ploycracker directly with the command line. I have a allotetraploid genome and want to separate the subgenomes (which contain 2 subgenomes). I assembled the genome seq in fasta format. I am using following command
polycracker my_pipeline
I have tried playing with different parameters but in every case (
polycracker subgenomeExtraction -s PolyCracker/main -os PolyCracker/ -p genome/ -g assembled.fasta -bb 1 -b 3 -i 3 -r 0 -o 1
), it yielded some error. Am I in the right direction?My aim is to get the subgenome separated with K-mer and TEs.
The text was updated successfully, but these errors were encountered: