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

Open
tbipf opened this Issue Jul 13, 2017 · 5 comments

Comments

Projects
None yet
2 participants

tbipf commented Jul 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!

Collaborator

drsuuzzz commented Jul 13, 2017

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.

Collaborator

drsuuzzz commented Jul 13, 2017

cd into the clipper directory and you should see the Makefile there. Try the make command in that directory

Collaborator

drsuuzzz commented Jul 13, 2017

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment