You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: