Yves-CHEN / DENTIST

DENTIST (Detecting Errors iN analyses of summary staTISTics) is a QC tool for summary-data-based analyses.
GNU Lesser General Public License v3.0
21 stars 6 forks source link

how do I download static compiled tool? #1

Closed complexgenome closed 4 years ago

complexgenome commented 4 years ago

thanks for this awesome tool.

I'd be interested in using this, however, I'm unable to download it from the link provided (google drives'). It doesn't provide me an option to download or add to my drive. I tried downloading via wget too, but failed.

If possible, can you describe how to install or create an executable from the github code? Using make, install and other utilities.

best~

privefl commented 4 years ago

I'm using https://drive.google.com/uc?export=download&id=1oUHc5HOTbTETLtq1ZtJMerKMpV4dSSC2.

complexgenome commented 4 years ago

wget "https://drive.google.com/uc?export=download&id=1oUHc5HOTbTETLtq1ZtJMerKMpV4dSSC2" -O test

chmod +x text

./test

-bash: ./test: cannot execute binary file: Exec format error

privefl commented 4 years ago

You get a .tar.gz when you download this. You need to extract the binary from the archive before using it.

complexgenome commented 4 years ago

Got it.