nextsv icon indicating copy to clipboard operation
nextsv copied to clipboard

Next SV raise error on 'samtools sort'

Open LYC-vio opened this issue 4 years ago • 0 comments

Traceback (most recent call last):
  File "/data/Softwares/nextsv/nextsv2.py", line 554, in <module>
    main()
  File "/data/Softwares/nextsv/nextsv2.py", line 128, in main
    check_samtools_version(settings)
  File "/data/Softwares/nextsv/nextsv2.py", line 254, in check_samtools_version
RuntimeError: command '/home/.conda/envs/nextsv/bin/samtools sort' return with error (code 1): samtools sort: failed to read header from "-"

seems that the error was caused by subprocess.check_output, or is it because my samtools version is not right?

I'm using samtools 1.14, and GCC/10.2.0

LYC-vio avatar Dec 22 '21 04:12 LYC-vio