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

The conda version doesn't have the package I need. #256

Open
zhujiahua700403 opened this issue Nov 22, 2024 · 1 comment
Open

The conda version doesn't have the package I need. #256

zhujiahua700403 opened this issue Nov 22, 2024 · 1 comment

Comments

@zhujiahua700403
Copy link

Subject of the issue

I want to use the BreakdancerToVcf package under Jvarkit, however, after downloading it I realized that this package is not in the file downloaded under conda, how should I get this package?

@lindenb
Copy link
Owner

lindenb commented Nov 22, 2024

@zhujiahua700403 Hi, it was not included in the 'big' jar because it's mostly unused and BreakDancer is pretty old, many SV caller outperform breakdancer now.

You can alway download the sources and run:

 ./gradlew breakdancer2vcf

that should create a standalone jar under the dist directory

$ java -jar dist/breakdancer2vcf.jar -h
Usage: breakdancer2vcf [options] Files
  Options:
    --bcf-output
      If this program writes a VCF to a file, The format is first guessed from 
      the file suffix. Otherwise, force BCF output. The current supported BCF 
      version is : 2.1 which is not compatible with bcftools/htslib (last 
      checked 2019-11-15)
      Default: false
    --generate-vcf-md5
      Generate MD5 checksum for VCF output.
      Default: false
    -h, --help
      print help and exit
    --helpFormat
      What kind of help. One of [usage,markdown,xml].
    -o, --out
      Output file. Optional . Default: stdout
    --version
      print version and exit
    -R, -reference
      Indexed fasta Reference file. This file must be indexed with samtools 
      faidx and with picard/gatk CreateSequenceDictionary or samtools dict

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