Skip to content

Commit

Permalink
Fix snapshots due to new output column
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Mar 2, 2024
1 parent c69ef5f commit ad42d4d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/mitocalling.nf.test.snap
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"Runs with single BAM file and mutect2": {
"content": [
"variants.annotated.txt:md5,94fa4b4d0613f61410618a7eba4c5c97"
"variants.annotated.txt:md5,52dc3737a73bb80cf3a1c8946990c3e4"
],
"timestamp": "2024-02-26T23:09:58.251860914"
"timestamp": "2024-03-02T13:11:34.901277407"
},
"Runs with single BAM file and mutserve": {
"content": [
"variants.annotated.txt:md5,aac0aee87ce1a91f8c35264be248b52e"
"variants.annotated.txt:md5,ee00b39fc49e1f34e6affab00368181f"
],
"timestamp": "2024-02-27T15:19:15.934593072"
"timestamp": "2024-03-02T13:09:45.954385792"
},
"Runs with BAM file including different header contigs": {
"content": [
"variants.annotated.txt:md5,d68e6fed173c766228164438a24ecf5a"
"variants.annotated.txt:md5,a5345c7718757ded27246ae342b5f25b"
],
"timestamp": "2024-02-26T23:03:07.470112898"
"timestamp": "2024-03-02T13:10:28.843431233"
},
"Runs with two files and one goes through QC": {
"content": [
"variants.annotated.txt:md5,3946a3bd26ceafe8f61903499bfcbb35",
"variants.annotated.txt:md5,ef402762b03356a208583e434d96dfa3",
{
"tasksFailed": 0,
"tasksCount": 10,
"tasksSucceeded": 10
}
],
"timestamp": "2024-02-28T12:32:40.624776"
"timestamp": "2024-03-02T13:12:29.64633988"
}
}

0 comments on commit ad42d4d

Please sign in to comment.