Closed RaulGoch closed 7 years ago
It seems to be a samtools error:
samtools: /opt/pkg/latest/lib/libz.so.1: no version information available (required by samtools)
samtools: /opt/pkg/latest/lib/libz.so.1: no version information available (required by samtools)
Can you try run samtools directly? It seems like it hasn't been installed properly...
I am a sysadmin for the system and the libz error is a non-issue caused by the version of zlib installed by pkgsrc. It is possible that the output to stderr is causing the bam2cns process to fail though, so I will see what can be done to work around that.
You are right, it's the error in stderr that causes bam2cns to exit. I've uploaded a branch with a quick fix - it should ignore this particular zlib error in the stderr output:
https://github.com/BioInf-Wuerzburg/proovread/tree/hotfix/ignore-zlib-error
Should be enough to got to the proovread install directory and run
git pull
git checkout hotfix/ignore-zlib-error
Thanks Thomas, I am having Raul try to change the LD_LIBRARY_PATH first to pick up the system libz, as long as that does not break something else.
I will then test the hotfix and get back to you....
Doug
Just reporting back that the fix worked for the user. Thanks!
Doug
Great, thanks!
Hi there,
I have been trying to use proovread to correct PacBio subreads with short Illumina reads using this command:
proovread -l PacBio_subreads.fastq -s short_reads1.fastq -s short_reads2.fastq ... -s short_reads12.fastq -p /path/to/output -t 36 --coverage=90
However, the program crashes while running bam2cns. In the stderr file the last command appears interrupted by
samtools
. Here the last bit of the stderr:I checked the file from which proovread is reading the commands (bwa-sr-1/*.cmds) and everything seems in order. Here a part including the failing command:
Any idea of what is happening?