Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Could not find one and only one picard.jar in deployment. #450

Open
gabriella-quinn opened this issue Sep 4, 2024 · 1 comment
Open

Comments

@gabriella-quinn
Copy link

gabriella-quinn commented Sep 4, 2024

Is there anyway that I can specify one PATH to picard? I am on an HPC with an institution and I am assuming that is why I am having this issue. Below is what I have tried and the error that I get from it.

conda activate omics
conda install picard
conda install bioconda::dropseq_tools

bash Drop-seq_alignment.sh \

-g <genomepath.>
-r <referencefasta.fa>
-o <dir.>
P10_SI_S1_L001_R1.bam

ERROR: Could not find one and only one picard.jar in deployment.

@alecw
Copy link
Collaborator

alecw commented Sep 9, 2024

Hi @gabriella-quinn ,

What version of the tools are you using?

Run this command in the directory in which you have deployed the tools, and send the output:

find ./ -name 'picard*.jar'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants