ea-utils icon indicating copy to clipboard operation
ea-utils copied to clipboard

installing and building fastq-join on a linux server.

Open tbranck28 opened this issue 7 years ago • 6 comments

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!

tbranck28 avatar Jul 13 '17 20:07 tbranck28

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

drsuuzzz avatar Jul 13 '17 20:07 drsuuzzz

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.

tbranck28 avatar Jul 13 '17 20:07 tbranck28

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

drsuuzzz avatar Jul 13 '17 20:07 drsuuzzz

Yeah, that seems like a configuration problem. Sorry, seems like you can't avoid IT

drsuuzzz avatar Jul 13 '17 21:07 drsuuzzz

I was worried about that - thanks for your help!

tbranck28 avatar Jul 13 '17 21:07 tbranck28

how did you resolve it

MonicaSteffi avatar Oct 03 '18 07:10 MonicaSteffi