Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 14.04.02 Installation Problems #57

Open
prairie-guy opened this issue Jul 27, 2015 · 1 comment
Open

Ubuntu 14.04.02 Installation Problems #57

prairie-guy opened this issue Jul 27, 2015 · 1 comment

Comments

@prairie-guy
Copy link

gkno_lanuncher fails to build all the tools on a vanilla Ubuntu 14.04.02 (64-bit) running in vmware. Most notable was jellyfish. I was ultimately able to install all the tools with the following commands:

sudo /usr/bin apt-get install git ant cmake gcc g++ make openjdk-7-jdk ruby
sudo /usr/bin/ apt-get build-dep samtools valgrind bwa samtools
git clone https://github.com/gkno/gkno_launcher.git
cd gkno_launcher
./gkno build

Even so, './gkno run-test' fails.

@AlistairNWard
Copy link
Member

Thanks for this feedback. While a large number of dependencies are checked,
I haven't managed to get everything required by all tools to be checked
yet. We are also working on getting a Docker container available that has
everything compiled, but this is not yet available. Thanks for persisting
and getting everything compiled manually and I'll make sure to keep a note
of the other dependencies you had to install and get an upfront check
included.

As for the ./gkno run-test pipeline - this was removed some time ago. I am
in the process of updating the web resources and will have more
comprehensive help and tutorials available in the near future. If there are
specific issues, please let me know and I'll get to those first! You can
see all of the currently available pipelines using ./gkno -api, or look at
categories using ./gkno -cat. All pipelines can be build with 'parameter
sets'. These are sets of commonly used parameter sets that can all be set
by just defining the parameter set. If you look at the help for any
individual pipeline, you should see a list of the available parameter sets.
To test any pipeline, use the 'test' parameter set, e.g.:

./gkno freebayes -ps test

This should run using files in the gkno_launcher/resources/tutorial/current
directory, and produce a compressed and indexed vcf file.

Please do not hesitate to contact me with questions/concerns or suggestions.

Al

On Mon, Jul 27, 2015 at 10:21 AM, prairie-guy notifications@github.com
wrote:

gkno_lanuncher fails to build all the tools on a vanilla Ubuntu 14.04.02
(64-bit) running in vmware. Most notable was jellyfish. I was ultimately
able to install all the tools with the following commands:

sudo /usr/bin apt-get install git ant cmake gcc g++ make openjdk-7-jdk ruby
sudo /usr/bin/ apt-get build-dep samtools valgrind bwa samtools
git clone https://github.com/gkno/gkno_launcher.git
cd gkno_launcher
./gkno build

Even so, './gkno run-test' fails.


Reply to this email directly or view it on GitHub
#57.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants