-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporarily rollback svtyper to v0.0.4, to avoid a bug in dup and inv…
…ersion genotyping
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule svtyper
updated
24 files
+0 −54 | .travis.yml | |
+17 −57 | README.md | |
+ − | etc/het.png | |
+ − | etc/hom_alt.png | |
+ − | etc/hom_ref.png | |
+ − | etc/my.bam.json.pdf | |
+ − | etc/my.bam.json.png | |
+0 −1 | requirements.txt | |
+424 −0 | scripts/batchtyper | |
+0 −48 | scripts/lib_stats.R | |
+19 −0 | scripts/sv_counts.sh | |
+523 −1,101 | svtyper | |
+0 −808 | test/NA12878.bam.json | |
+ − | test/NA12878.target_loci.sorted.bam | |
+ − | test/NA12878.target_loci.sorted.bam.bai | |
+716 −0 | test/NA12893.het.vcf | |
+92 −0 | test/NA12893.hom.vcf | |
+0 −354 | test/example.gt.vcf | |
+0 −344 | test/example.vcf | |
+14 −0 | test/results.txt | |
+37 −0 | test/run_svtyper.sh | |
+0 −1 | test/svtyper.py | |
+0 −22 | test/test.sh | |
+0 −51 | test/test_svtyper.py |