Closed RonaldOellers closed 2 months ago
Hi,
Interesting question.
You can activate your conda environment where you intend to run QuickVariants.
Then you can install java by conda install conda-forge::openjdk
After installation, you can execute the QuickVariants JAR file you downloaded from here by running
java -jar quick-variants.jar <arguments>
Please let us know if you have any questions.
Thank you.
Hey, I would look to see if I can put it into a snakemake workflow, so I need to be able to have a environment defined where it is installed in. Ideally automatically via eg. a conda env.yml. The running part seems clear and easy to use
Hi,
I see.
You may now install both java and QuickVariants by conda install caozhichongchong::quick-variants
QuickVariants can be found at $Conda_env_location/bin/quick-variants-VERSION.jar
QuickVariants can be run by java -jar $Conda_env_location/bin/quick-variants-VERSION.jar <arguments>
Thanks.
Thanks everybody! I think this is done now
Hey, I am new to adding .jar files to a conda env.
From your README, you seem to not have packaged it into any of the repositories. How would you add this to a conda env? or otherwise bind into a workflow? I want to test wether this might perform better in my pipeline that bcftools call.
Thank you for this very interesting new tool!