-
Notifications
You must be signed in to change notification settings - Fork 25
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
Not able to detect the target genomes to run #79
Comments
Thanks for responding so promptly. I have installed parsnp on linux using sudo apt install parsnp and indeed it got me version 1.2 How to fix that . I have downloaded the the latest version from the link you shared , but not sure how to overwrite my earlier version installation Thanks for responding Nits |
@Nits11 If you have download the tar.gz file, just P.S you can remove apt installed software by |
I tried the same, but unfortunately, it is still giving error I am getting same error, even when I am running the given example ref and genome data with command: |
Which version of python are you running? |
I updated to latest version 1.5 and still I am getting following error I ran it on server ,where when I loaded it python automatically changed with a message: Lmod is automatically replacing "python/2.7.10" with "parsnp/1.5.0". |
I tested it with different sample sets , but the error is same |
@Nits11 Sorry about these issues. I haven't seen this error before. Are these errors from the provided examples in the repo? What OS are you running on? There seem to be some issues w/ timing in python in WSL |
@Nits11 Think I got it figured out. Try the latest release package or building from source to test it out. |
Thanks for pointing out. SETTINGS: 15:54:14 - INFO - <>
** While for another very small query sample, I am getting the previously posted error on running the command: |--Parsnp v1.5--| SETTINGS: 16:10:03 - INFO - <> Please help to resolve the issue. |
wrt the second error, that should be fixed in the most recent update. Where are you installing from? The culprit line |
wrt the first error, I am not immediately sure what is going on. It looks like the parsnp aligner is running fine (there is nothing in the output message that indicates an error) but it is still returning non-zero... Any chance you could supply the input data? |
I am using the command
parsnp -g ../ref/AANRFQ010000001.1.gbk -d ./tmp_seq -p 8
but in spite of having everything in place, reference genome in ref/ folder, and all target .fasta files in ./tmp_seq folder, I am getting the following error.
All .fasta files have read permissions, what is the reason that parsnp is not recognizing them??
Please help to resolve
|--Parsnp v1.2--|
For detailed documentation please see --> http://harvest.readthedocs.org/en/latest
SETTINGS:
|-refgenome: ../ref/AANRFQ010000001.1.gbk.fna
|-aligner: libMUSCLE
|-seqdir: ./tmp_seq
|-outdir:
/SNP_runs/hc3/parsnp/P_2020_06_16_163916475036
|-OS: Linux
|-threads: 8
<>
-->Reading Genome (asm, fasta) files from ./tmp_seq..
|->[OK]
-->Reading Genbank file(s) for reference (.gbk) ../ref/AANRFQ010000001.1.gbk..
|->[OK]
Parsnp requires 2 or more genomes to run, exiting
[] ../ref/AANRFQ010000001.1.gbk.fna
The text was updated successfully, but these errors were encountered: