-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .tsv outputs, exit code, echo output.
- Loading branch information
Showing
9 changed files
with
258 additions
and
26 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
11 changes: 11 additions & 0 deletions
11
...est/resources/filediagnostics/CEUTrio.HiSeq.WGS.b37.NA12878.20.21.false.bug8768.cloud.tsv
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,11 @@ | ||
file_name contig_name container_ordinal container_is_bad mismatch_rate alignment_start alignment_span | ||
#No bad containers detected | ||
#Good containers: | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 20 1 0 0.0066287128712871285 9999902 11055 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 20 2 0 0.0032158415841584157 10010859 11595 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 20 3 0 0.0028702970297029705 10022353 10302 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 20 4 0 0.0028138613861386137 10032556 10955 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 21 1 0 0.007091089108910891 9999901 5725 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 21 2 0 0.008675247524752475 10005525 4771 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 21 3 0 0.006677227722772277 10010195 6694 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 21 4 0 0.006946534653465347 10016789 6937 |
11 changes: 11 additions & 0 deletions
11
src/test/resources/filediagnostics/CEUTrio.HiSeq.WGS.b37.NA12878.20.21.false.bug8768.tsv
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,11 @@ | ||
file_name contig_name container_ordinal container_is_bad mismatch_rate alignment_start alignment_span | ||
#No bad containers detected | ||
#Good containers: | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 20 1 0 0.0066287128712871285 9999902 11055 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 20 2 0 0.0032158415841584157 10010859 11595 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 20 3 0 0.0028702970297029705 10022353 10302 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 20 4 0 0.0028138613861386137 10032556 10955 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 21 1 0 0.007091089108910891 9999901 5725 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 21 2 0 0.008675247524752475 10005525 4771 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 21 3 0 0.006677227722772277 10010195 6694 | ||
CEUTrio.HiSeq.WGS.b37.NA12878.20.21.cram 21 4 0 0.006946534653465347 10016789 6937 |
Oops, something went wrong.