migmap.jar com.antigenomics.migmap.MergeContigs Question
1
0
Entering edit mode
6.5 years ago
U ▴ 70

I am using migmap-1.0.2 jar file for analysis but not sure how to run com.antigenomics.migmap.MergeContigs

Obviously there is no SRC files in this download hence cannot access these build files. So is the alternative to download source codes from github and do a gradle build ?

RNA-Seq • 1.4k views
ADD COMMENT
0
Entering edit mode
6.5 years ago

try:

java -cp  migmap-1.0.2 jar com.antigenomics.migmap.MergeContigs
ADD COMMENT
0
Entering edit mode

(later) a quick google ... -> https://github.com/mikessh/migmap

java -cp migmap.jar com.antigenomics.migmap.MergeContigs out.txt out_merged.txt
ADD REPLY
0
Entering edit mode

This is the results

   migmap-1.0.2$ java -cp  migmap-1.0.2 jar com.antigenomics.migmap.MergeContigs
    Error: Could not find or load main class jar

I am not sure if I should download the source from github and gradle build it to let this class load

ADD REPLY
0
Entering edit mode

I stand corrected it works. Thanks

ADD REPLY

Login before adding your answer.

Traffic: 1774 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6