-
Notifications
You must be signed in to change notification settings - Fork 58
Description
After running this command:
/nfs/sw/bwameth/bwameth-0.2.0/bin/bwameth.py --reference methylation_cfDNA/resources/bwameth/hg19.fa trunc_test/trunc_test.R1.fastq trunc_test/trunc_test.R2.fastq --threads 4 > trunc_test_aligned.bam
And trying multiple versions of python:
python/2.7.10 python/2.7.14 python/2.7.8-museq python/3.6.1 python/3.6.7
python/2.7.11 python/2.7.3 python/3.4.5 python/3.6.2 python/3.7.1
python/2.7.11-shared python/2.7.5 python/3.5.1 python/3.6.4 python/ucs4
python/2.7.12 python/2.7.8 python/3.5.2 python/3.6.4.0
I am still getting this error:
Traceback (most recent call last):
File "/nfs/sw/bwameth/bwameth-0.2.0/bin/bwameth.py", line 4, in
import('pkg_resources').run_script('bwameth==0.2.0', 'bwameth.py')
File "/nfs/sw/bwameth/bwameth-0.2.0/lib/python2.7/site-packages/pkg_resources/init.py", line 735, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/nfs/sw/bwameth/bwameth-0.2.0/lib/python2.7/site-packages/pkg_resources/init.py", line 1652, in run_script
exec(code, namespace, namespace)
File "/nfs/sw/bwameth/bwameth-0.2.0/lib/python2.7/site-packages/bwameth-0.2.0-py2.7.egg/EGG-INFO/scripts/bwameth.py", line 450, in
main(sys.argv[1:])
File "/nfs/sw/bwameth/bwameth-0.2.0/lib/python2.7/site-packages/bwameth-0.2.0-py2.7.egg/EGG-INFO/scripts/bwameth.py", line 447, in main
set_as_failed=args.set_as_failed)
File "/nfs/sw/bwameth/bwameth-0.2.0/lib/python2.7/site-packages/bwameth-0.2.0-py2.7.egg/EGG-INFO/scripts/bwameth.py", line 260, in bwa_mem
raise BWAMethException("first run bwameth.py index %s" % fa)
main.BWAMethException: first run bwameth.py index
methylation_cfDNA/resources/bwameth/hg19.fa
Any suggestions?