Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
installing and building fastq-join on a linux server. #67
Comments
|
You should be able to just type make at the command line and the executables will be built for you, https://github.com/ExpressionAnalysis/ea-utils/blob/wiki/Compiling.md |
tbipf
commented
Jul 13, 2017
|
Thank you for the quick response. I am in the ExpressionAnalysis-ea-utils-bd148d4 directory and typed in make but am given this error: make: *** No targets specified and no makefile found. Stop. |
|
cd into the clipper directory and you should see the Makefile there. Try the make command in that directory |
|
Yeah, that seems like a configuration problem. Sorry, seems like you can't avoid IT |
tbipf
commented
Jul 13, 2017
|
I was worried about that - thanks for your help! |
tbipf commentedJul 13, 2017
Hello,
I am new to the command line and would appreciate help getting started with fastq-join. Can anyone give direction for how to install and build ea-utils on a linux server once the files have been downloaded and unzipped?
Thank you!