fix PyVCF easyconfig, only supports Python 2#11437
fix PyVCF easyconfig, only supports Python 2#11437verdurin merged 1 commit intoeasybuilders:developfrom
Conversation
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 703717541 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegel |
|
Test report by @boegelbot |
|
Test report by @verdurin |
|
Going in, thanks @boegel! |
I noticed that the PyVCF scripts had a hardcoded
/software/Python/2.7.16-GCCcore-8.3.0/bin/python, so I enabled the use offix_python_shebang_forto fix the scripts.That led to a failing sanity check, with "
vcf_sample_filter.py --help" failing with:This shows that PyVCF is really only compatible with Python 2 (makes sense, sort of, last release was in March 2016...)