milaboratory / mixcr

MiXCR is an ultimate software platform for analysis of Next-Generation Sequencing (NGS) data for immune profiling.
https://mixcr.com
Other
317 stars 78 forks source link

jar file for non-Mac, non-Linux systems? #82

Closed agregson closed 8 years ago

agregson commented 8 years ago

Hello,

Just wondering where the jar file is that you suggest using on windows? I have cloned the repository but see no jar file. I am running on FreeBSD. I've tried to modify your mixcr script, but it won't run. Thanks,

swuecho commented 8 years ago

I download from here and it works well.

https://github.com/milaboratory/mixcr/releases

dbolotin commented 8 years ago

Yap, MiXCR binary distribution can be downloaded from our release page. And I just added support for FreeBSD in mixcr script, so you can just substitute mixcr script from zip file with updated one using something like:

curl https://raw.githubusercontent.com/milaboratory/mixcr/develop/mixcr > mixcr

and it should work. I just tested it on FreeBSD AMI in AWS.

Thanks for the notice: I will add explicit note about download location in the docs.

P.S. to build MiXCR from sources you need maven, after installing it just invoke mvn clean install

agregson commented 8 years ago

Awesome! Thank you very much. Appears to be running. I'll try building in a bit. Thanks again!