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

Custom annotation option command not found #132

Open
pablosolar opened this issue Jun 6, 2024 · 0 comments
Open

Custom annotation option command not found #132

pablosolar opened this issue Jun 6, 2024 · 0 comments

Comments

@pablosolar
Copy link

pablosolar commented Jun 6, 2024

Hi!

I am running this command:

dotnet /home/Nirvana/bin/Release/net6.0/Nirvana.dll -c Cache/GRCh37/Both --sd SupplementaryAnnotation/GRCh37 -r Homo_sapiens.GRCh37.Nirvana.dat -i NA12878.chr1.9009406.vcf -o out/NA12878_nirvana --sd custom

where custom is an s3 directory with the following:

aws s3 ls s3://....nirvana/data/custom/            
2024-05-28 10:58:14        149 custom.nsa
2024-05-28 10:58:15         64 custom.nsa.idx
2024-05-28 10:58:15        450 custom.nsa.schema

but raising:

Some problems were encountered when parsing the command line options:
  - ERROR: Found unknown command-line option(s): --sd custom

Do you know what could be happening? If I remove the --sd custom, it works fine. Thanks!

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

1 participant