Nextomics / nextsv

MIT License
33 stars 8 forks source link

unclear NextSV issues #14

Open astulaaa opened 4 years ago

astulaaa commented 4 years ago

I am running NextSV2 and I get these issues in the log files:

Traceback (most recent call last): File "/BiO/Access/home/bioapps/nextsv/nextsv2.py", line 553, in main() File "/BiO/Access/home/bioapps/nextsv/nextsv2.py", line 128, in main check_samtools_version(settings) File "/BiO/Access/home/bioapps/nextsv/nextsv2.py", line 254, in check_samtools_version results = subprocess.check_output([settings.samtools, "sort"]).decode() UnicodeDecodeError: 'ascii' codec can't decode byte 0x8b in position 1: ordinal not in range(128) [12/11/2019 14:33:51] reading config file unknown parameter: longreadqc

With all this in mind output directories are created but running work.sh does not produce any output in the nextsv_results directory. What could be the reason for these issues, also I wonder why longreadqc parameter is unrecognised?

Thank you

kostasgalexiou commented 4 years ago

Hi,

Could someone from the nextsv team reply to the issue addressed by @astulaaa? I run into the same problem.

Regards, Kostas

fangli80 commented 4 years ago

Sorry for the late reply. Please check if the longreadqc binary file is in the nextsv/bin/ folder.