-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from tcezard/EVA_3522_fix_assembly_check_report
EVA-3522 - Add assembly check error to HTML report.
- Loading branch information
Showing
8 changed files
with
140 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
tests/resources/assembly_check/invalid.vcf.assembly_check.log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[info] Reading from input VCF file... | ||
[info] Reading from input FASTA file... | ||
[info] Reading from input FASTA index file... | ||
[info] Creating index from input FASTA file... | ||
[info] Number of matches: 85755/100394 | ||
[info] Percentage of matches: 85.4185% | ||
[info] Text report written to : assembly_check/target.Filter.AfterQC.AddChr.vcf.text_assembly_report.1702044383544.txt | ||
[info] Valid report written to : assembly_check/target.Filter.AfterQC.AddChr.vcf.valid_assembly_report.1702044383546.txt | ||
[error] The assembly checking could not be completed: Contig 'chr23' not found in assembly report |
12 changes: 12 additions & 0 deletions
12
tests/resources/assembly_check/invalid.vcf.text_assembly_report.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Line 43: Chromosome chr1, position 955679, reference allele 'T' does not match the reference sequence, expected 'C' | ||
Line 44: Chromosome chr1, position 957900, reference allele 'A' does not match the reference sequence, expected 'G' | ||
Line 45: Chromosome chr1, position 959193, reference allele 'A' does not match the reference sequence, expected 'G' | ||
Line 47: Chromosome chr1, position 983193, reference allele 'G' does not match the reference sequence, expected 'A' | ||
Line 49: Chromosome chr1, position 993456, reference allele 'T' does not match the reference sequence, expected 'C' | ||
Line 54: Chromosome chr1, position 1013312, reference allele 'A' does not match the reference sequence, expected 'G' | ||
Line 55: Chromosome chr1, position 1014545, reference allele 'T' does not match the reference sequence, expected 'C' | ||
Line 58: Chromosome chr1, position 1051063, reference allele 'T' does not match the reference sequence, expected 'C' | ||
Line 59: Chromosome chr1, position 1068249, reference allele 'T' does not match the reference sequence, expected 'C' | ||
Line 72: Chromosome chr1, position 1181173, reference allele 'G' does not match the reference sequence, expected 'C' | ||
Line 80: Chromosome chr1, position 1298561, reference allele 'C' does not match the reference sequence, expected 'T' | ||
Line 88: Chromosome chr1, position 1366828, reference allele 'G' does not match the reference sequence, expected 'A' |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters