Closed sean-la closed 8 years ago
The command I used is ./proovread -c ../proovread.cfg
in the proovread/bin
folder
I changed deleted the paths for blast and samtools from my configuration file and added the paths to the binaries to PATH as suggested in my previous issue and running the program again yielded the same error. The output and my new config file are attached below:
I ran your .cfg on my installation without problems. There is, however, something odd about your usage. If I am correct, you modified the proovread.cfg file in the proovread installation folder? That file ideally should not be changed - it is used in any run kind of as the default config and is read without being specified by -c.
To create your own config, run proovread --create-cfg my.cfg
, change
my.cfg and than run proovread -c my.cfg ...
Let me know if using the original proovread.cfg + a customized my.cfg fixes your problem. And sorry about the inconvenience!
Cheers Thomas
On 15.06.2016 14:29, Sean La wrote:
I changed deleted the paths for blast and samtools from my configuration file and added the paths to the binaries to PATH as suggested in my previous issue and running the program again yielded the same error. The output and my new config file are attached below:
proovread_out.txt https://github.com/BioInf-Wuerzburg/proovread/files/316878/proovread_out.txt proovread.cfg.txt https://github.com/BioInf-Wuerzburg/proovread/files/316879/proovread.cfg.txt
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BioInf-Wuerzburg/proovread/issues/67#issuecomment-226277537, or mute the thread https://github.com/notifications/unsubscribe/AI7ej69roVCsb3ow8PLNl2PcJiQ0staGks5qMER2gaJpZM4I2kaK.
Hi Thomas,
Thanks for letting me know, I generated my own config file as you suggested and ran my tests using it. Unfortunately I encountered the same error. I have attached a copy of my output and my config file.
Did you restore the original config file?
On 15.06.2016 16:13, Sean La wrote:
Hi Thomas,
Thanks for letting me know, I generated my own config file as you suggested and ran my tests using it. Unfortunately I encountered the same error. I have attached a copy of my output and my config file.
my.cfg.txt https://github.com/BioInf-Wuerzburg/proovread/files/317101/my.cfg.txt proovread-out.txt https://github.com/BioInf-Wuerzburg/proovread/files/317102/proovread-out.txt
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BioInf-Wuerzburg/proovread/issues/67#issuecomment-226305972, or mute the thread https://github.com/notifications/unsubscribe/AI7ejxM82Qd5rSNOPRXp3QEwOzMiKFKGks5qMFz9gaJpZM4I2kaK.
Yes, I did.
weird. To possible fixes:
1) try using a full path to your config file -c /full/path/to/config
2) if 1) fails, try to avoid using a custom config and just supply
everything on command line -l long_reads.fq -s short_reads.fq -p prefix
On 15.06.2016 16:21, Sean La wrote:
Yes, I did.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BioInf-Wuerzburg/proovread/issues/67#issuecomment-226308034, or mute the thread https://github.com/notifications/unsubscribe/AI7ej5_r05l3syGjhYyVeNSbqTSHhOZ5ks5qMF7CgaJpZM4I2kaK.
Providing the full path to the config file worked! Thank you so much!
I've been testing proovread on PBSim simulated long reads and ART simulated short reads of a tuberculosis genome and I've encountered this error when running the tool on the data:
I've attached a text file containing the output from stdout, the configuration file, and files containing a few reads from my short reads and long reads files.
ecoli-long-d5_0001-sample.fastq.txt ecoli-short-single-d50-sample.fq.txt proovread-out.txt proovread.cfg.txt
Any ideas on how I can fix this? Thanks.