Skip to content

Commit

Permalink
Merge pull request #24 from PMCC-BioinformaticsCore/upgrade-v0.11.3
Browse files Browse the repository at this point in the history
Upgrade v0.11.3
  • Loading branch information
junyk authored Jun 1, 2021
2 parents 415bf31 + 58e6afb commit 78118c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion janis_pipelines/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "v0.11.2"
__version__ = "v0.11.3"
description = "Bioinformatics tools for Janis; the Pipeline creation helper"
2 changes: 1 addition & 1 deletion janis_pipelines/wgs_germline_gatk/wgsgermlinegatk.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def tests(self) -> Optional[List[TTestCase]]:
"snps_dbsnp": f"{chr17}/Homo_sapiens_assembly38.dbsnp138.BRCA1.vcf.gz",
"cutadapt_adapters": f"{chr17}/contaminant_list.txt",
},
output=Vcf.basic_test("out_variants_bamstats", 51300, 221)
output=Vcf.basic_test("out_variants_bamstats", 51300, 230)
+ Vcf.basic_test("out_variants_gatk_split", 51300, 221)
+ BamBai.basic_test("out_bam", 2822000, 49600)
+ TextFile.basic_test(
Expand Down

0 comments on commit 78118c6

Please sign in to comment.