This is a test version of Biostars. For the public version, visit https://www.biostars.org.
migmap.jar com.antigenomics.migmap.MergeContigs Question

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 answer

try:

java -cp  migmap-1.0.2 jar com.antigenomics.migmap.MergeContigs

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

I stand corrected it works. Thanks

Log in to answer this question.