Hello guys,
I've got a problem with the integration of the BWA Tool in Galaxy.
I installed BWA and Galaxy in a virtual box and now I want integrate BWA as a tool.
For this I have to do this steps:
$ sudo cp /home/ubuntu/Galaxy/BWA/bwa-0.6.2/bwa /usr/local/bin
Now bwa can be run from the command line:
$ bwa
Program: bwa (alignment via Burrows-Wheeler transformation)
Version: 0.7.4-r385
Contact: Heng Li <[email protected]>
...
The Galaxy tool also requires a loc file which contains the locations of indexes for locally stored genome builds. We don't have any, so we can just use the empty sample:
$ cp tool-data/bwa_index.loc.sample tool-data/bwa_index.loc
$ sh run.sh --reload
The problem is, that in my tool-data folder doesn't exist bwa files even if bwa is installed and also linked in the bin folder!
Thanks and greetings
I've got a problem with the integration of the BWA Tool in Galaxy.
I installed BWA and Galaxy in a virtual box and now I want integrate BWA as a tool.
For this I have to do this steps:
$ sudo cp /home/ubuntu/Galaxy/BWA/bwa-0.6.2/bwa /usr/local/bin
Now bwa can be run from the command line:
$ bwa
Program: bwa (alignment via Burrows-Wheeler transformation)
Version: 0.7.4-r385
Contact: Heng Li <[email protected]>
...
The Galaxy tool also requires a loc file which contains the locations of indexes for locally stored genome builds. We don't have any, so we can just use the empty sample:
$ cp tool-data/bwa_index.loc.sample tool-data/bwa_index.loc
$ sh run.sh --reload
The problem is, that in my tool-data folder doesn't exist bwa files even if bwa is installed and also linked in the bin folder!
Thanks and greetings
Comment