Skip to content

Commit 2da70df

Browse files
committed
Add missing bam and flagstat files
1 parent 07e700b commit 2da70df

2 files changed

Lines changed: 58 additions & 128 deletions

File tree

tests/test.nf.test

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ nextflow_pipeline {
6060
def stable_name_authentication = getAllFilesFromDir("$outputDir/authentication" , includeDir: false , ignore: null , ignoreFile: null , include: unstable_patterns_auth)
6161

6262
// Deduplication - TODO -> snapshot both lists are empty!?
63-
def stable_content_deduplication = getAllFilesFromDir("$outputDir/deduplication" , includeDir: false , ignore: null , ignoreFile: null , include: ['*.flagstat'] )
64-
def stable_name_deduplication = getAllFilesFromDir("$outputDir/deduplication" , includeDir: false , ignore: null , ignoreFile: null , include: ['*.{bam,bai}'] )
63+
def stable_content_deduplication = getAllFilesFromDir("$outputDir/deduplication" , includeDir: false , ignore: null , ignoreFile: null , include: ['**/*.flagstat'] )
64+
def stable_name_deduplication = getAllFilesFromDir("$outputDir/deduplication" , includeDir: false , ignore: null , ignoreFile: null , include: ['**/*.{bam,bai}'] )
6565
// def bams_deduplication = getAllFilesFromDir("$outputDir/deduplication" , includeDir: false , ignore: null , ignoreFile: null , include: ['*.bam'] )
6666

6767
// Final_bams
@@ -80,8 +80,8 @@ nextflow_pipeline {
8080
def stable_name_preprocessing = getAllFilesFromDir("$outputDir/preprocessing" , includeDir: false , ignore: null , ignoreFile: null , include: ['**/*.{zip,log,html}'] )
8181

8282
// Read filtering - TODO -> snapshot both lists are empty!?
83-
def stable_content_readfiltering = getAllFilesFromDir("$outputDir/read_filtering" , includeDir: false , ignore: null , ignoreFile: null , include: ['*.flagstat'] )
84-
def stable_name_readfiltering = getAllFilesFromDir("$outputDir/read_filtering" , includeDir: false , ignore: null , ignoreFile: null , include: ['*.{bam,bai}'] )
83+
def stable_content_readfiltering = getAllFilesFromDir("$outputDir/read_filtering" , includeDir: false , ignore: null , ignoreFile: null , include: ['**/*.flagstat'] )
84+
def stable_name_readfiltering = getAllFilesFromDir("$outputDir/read_filtering" , includeDir: false , ignore: null , ignoreFile: null , include: ['**/*.{bam,bai}'] )
8585

8686
// MQC
8787
// preprocessing

tests/test.nf.test.snap

Lines changed: 54 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,28 @@
7070
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause.command.log",
7171
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause.c_curve.txt",
7272
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause.command.log",
73+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_dedupped.bam",
74+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_dedupped.bam.bai",
75+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_dedupped.bam",
76+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_dedupped.bam.bai",
77+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_dedupped.bam",
78+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_dedupped.bam.bai",
79+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_dedupped.flagstat",
80+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_dedupped.flagstat",
81+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_dedupped.flagstat",
82+
"JK2782_Mammoth_MT_Krause.bam",
83+
"JK2782_Mammoth_MT_Krause.bam.bai",
84+
"JK2802_Mammoth_MT_Krause.bam",
85+
"JK2802_Mammoth_MT_Krause.bam.bai",
86+
"JK2782_Mammoth_MT_Krause.flagstat",
87+
"JK2802_Mammoth_MT_Krause.flagstat",
88+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_8_Mammoth_MT_Krause.flagstat",
89+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_sorted.bam",
90+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_sorted.bam.bai",
91+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_sorted.bam",
92+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_sorted.bam.bai",
93+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_sorted.flagstat",
94+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_sorted.flagstat",
7395
"agogo.css",
7496
"ajax-loader.gif",
7597
"basic.css",
@@ -160,28 +182,6 @@
160182
"mapped_reads_nucleotide_content.txt",
161183
"mapping_quality_across_reference.txt",
162184
"mapping_quality_histogram.txt",
163-
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_dedupped.bam",
164-
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_dedupped.bam.bai",
165-
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_dedupped.bam",
166-
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_dedupped.bam.bai",
167-
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_dedupped.bam",
168-
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_dedupped.bam.bai",
169-
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_dedupped.flagstat",
170-
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_dedupped.flagstat",
171-
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_dedupped.flagstat",
172-
"JK2782_Mammoth_MT_Krause.bam",
173-
"JK2782_Mammoth_MT_Krause.bam.bai",
174-
"JK2802_Mammoth_MT_Krause.bam",
175-
"JK2802_Mammoth_MT_Krause.bam.bai",
176-
"JK2782_Mammoth_MT_Krause.flagstat",
177-
"JK2802_Mammoth_MT_Krause.flagstat",
178-
"JK2782_JK2782_TGGCCGATCAACGA_BAM_8_Mammoth_MT_Krause.flagstat",
179-
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_sorted.bam",
180-
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_sorted.bam.bai",
181-
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_sorted.bam",
182-
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_sorted.bam.bai",
183-
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_sorted.flagstat",
184-
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_sorted.flagstat",
185185
"fastp-insert-size-plot.txt",
186186
"fastp-seq-content-gc-plot_Merged_and_filtered.txt",
187187
"fastp-seq-content-gc-plot_Read_1_After_filtering.txt",
@@ -397,22 +397,35 @@
397397
"nf-test": "0.9.2",
398398
"nextflow": "24.10.5"
399399
},
400-
"timestamp": "2025-03-21T12:31:58.383130372"
400+
"timestamp": "2025-03-25T15:20:25.261875508"
401401
},
402402
"read_filtering": {
403403
"content": [
404404
[
405-
405+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_filtered.flagstat:md5,39fd430cc77fc71f71d75a221c1b7880",
406+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_filtered.flagstat:md5,a9fbd8c9a6f8bb02b191f4140f91d04a",
407+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_filtered.flagstat:md5,f6c739b729c06e17ca205c64478ad823"
406408
],
407409
[
408-
410+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_filtered.bam",
411+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_filtered.bam.bai",
412+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_lengthonly.filtered.bam",
413+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_lengthonly.filtered.bam.bai",
414+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_filtered.bam",
415+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_filtered.bam.bai",
416+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_lengthonly.filtered.bam",
417+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_lengthonly.filtered.bam.bai",
418+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_filtered.bam",
419+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_filtered.bam.bai",
420+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_lengthonly.filtered.bam",
421+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_lengthonly.filtered.bam.bai"
409422
]
410423
],
411424
"meta": {
412425
"nf-test": "0.9.2",
413-
"nextflow": "24.10.4"
426+
"nextflow": "24.10.5"
414427
},
415-
"timestamp": "2025-03-07T11:16:19.687384"
428+
"timestamp": "2025-03-25T15:20:25.630620821"
416429
},
417430
"preprocessing": {
418431
"content": [
@@ -465,17 +478,24 @@
465478
"deduplication": {
466479
"content": [
467480
[
468-
481+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_dedupped.flagstat:md5,715d840d3bab5a05934825cd9b799ef3",
482+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_dedupped.flagstat:md5,dde5f59b006afdae2ff5fab85bc8ea92",
483+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_dedupped.flagstat:md5,fb4d234136f242c20db27979caa604cf"
469484
],
470485
[
471-
486+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_dedupped.bam",
487+
"JK2782_JK2782_TGGCCGATCAACGA_BAM_Mammoth_MT_Krause_dedupped.bam.bai",
488+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_dedupped.bam",
489+
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause_dedupped.bam.bai",
490+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_dedupped.bam",
491+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause_dedupped.bam.bai"
472492
]
473493
],
474494
"meta": {
475495
"nf-test": "0.9.2",
476-
"nextflow": "24.10.4"
496+
"nextflow": "24.10.5"
477497
},
478-
"timestamp": "2025-03-07T11:16:17.952993"
498+
"timestamp": "2025-03-25T15:20:25.486895792"
479499
},
480500
"multiqc": {
481501
"content": [
@@ -729,91 +749,7 @@
729749
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause.c_curve.txt:md5,817f35dc7ce2983a7d0f558debd6e94b",
730750
"JK2782_JK2782_TGGCCGATCAACGA_Mammoth_MT_Krause.command.log:md5,d41d8cd98f00b204e9800998ecf8427e",
731751
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause.c_curve.txt:md5,1384a88b531ab872c0069e71fccbe97a",
732-
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause.command.log:md5,d41d8cd98f00b204e9800998ecf8427e",
733-
"agogo.css:md5,bd757b1a7ce6fdc0288ba148680f4583",
734-
"ajax-loader.gif:md5,ae6667053ad118020b8e68ccf307b519",
735-
"basic.css:md5,25b2823342c0604924a2870eeb4e7e94",
736-
"bgfooter.png:md5,ed01bb040346e4623cc87de331ddb4e1",
737-
"bgtop.png:md5,626a50532dc6e5adbdd968746ef318e8",
738-
"comment-bright.png:md5,0c850bb4920b581bf5e5dba5fa493a64",
739-
"comment-close.png:md5,2635dda49c823e8122d4d11ed385f33d",
740-
"comment.png:md5,882e40f3d6a16c6ed35659b105251525",
741-
"doctools.js:md5,5ff571aa60e63f69c1890283e240ff8d",
742-
"down-pressed.png:md5,ebe8979581eda700fb234a73c661a4b9",
743-
"down.png:md5,f6f3c819cc7ca27d7fd3347e5e7ffe0f",
744-
"file.png:md5,6587e59c55e626744eb6fc11129d99a7",
745-
"jquery.js:md5,10092eee563dec2dca82b77d2cf5a1ae",
746-
"minus.png:md5,8d572395aa95c89584a09813ada4dfa1",
747-
"plus.png:md5,0125e6faa04e2cf0141a2d599d3bb220",
748-
"pygments.css:md5,d625a0adb949f181bd0d3f1432b0fa7f",
749-
"qualimap_logo_small.png:md5,7526f145a97be4682fd59e27dda4f71b",
750-
"report.css:md5,7a5f09eaf7c176f966f4e8854168b812",
751-
"searchtools.js:md5,d550841adeedc8ed47c40ee607620937",
752-
"underscore.js:md5,db5ba047a66617d4cd3e8c5099cc51db",
753-
"up-pressed.png:md5,8ea9bd109342f87fee97943b479c6f7e",
754-
"up.png:md5,ecc373278454cc8ecc12d6ca69e55b36",
755-
"websupport.js:md5,9e61e1e8a7433c56bd7e5a615affcf85",
756-
"genome_results.txt:md5,599b430297daed72a6f585882966f406",
757-
"genome_coverage_0to50_histogram.png:md5,aa1f50ccad2c5e36e1ab5f7268d90494",
758-
"genome_coverage_across_reference.png:md5,b46a6c2246f0346ea3199c7632912938",
759-
"genome_coverage_histogram.png:md5,53bf813fca7fe3f535f231a507f33975",
760-
"genome_coverage_quotes.png:md5,df8ff67a870eb38b9d2ea46eff618df4",
761-
"genome_homopolymer_indels.png:md5,a3264f44fff09fa857d76be73a847004",
762-
"genome_mapping_quality_across_reference.png:md5,3e6ba19761e7dc4362a4edf0c610b41a",
763-
"genome_mapping_quality_histogram.png:md5,fd2517bb1bec297e020cb544bd444c5e",
764-
"genome_reads_content_per_read_position.png:md5,52d8200160ba180c697ae3b6329edf44",
765-
"genome_uniq_read_starts_histogram.png:md5,0d232d6a527275c0afeeca9bd5891b84",
766-
"coverage_across_reference.txt:md5,cbafd81e7d9dcf5702d361008fb8d918",
767-
"coverage_histogram.txt:md5,0085fba437f097d06c84e359c79646e4",
768-
"duplication_rate_histogram.txt:md5,5e67619dcc46b155fe2e8a63b57a72e3",
769-
"genome_fraction_coverage.txt:md5,db875d590d979d2827ff51e2536977fd",
770-
"homopolymer_indels.txt:md5,7326bf50d7686153070c4f9c5db70076",
771-
"mapped_reads_nucleotide_content.txt:md5,012f59aa43418782c4159bca8669a0b1",
772-
"mapping_quality_across_reference.txt:md5,12723c3add1566c527b57ff89f21dec7",
773-
"mapping_quality_histogram.txt:md5,805f4ecf01c21e2e9fec3b6402c1f62c",
774-
"agogo.css:md5,bd757b1a7ce6fdc0288ba148680f4583",
775-
"ajax-loader.gif:md5,ae6667053ad118020b8e68ccf307b519",
776-
"basic.css:md5,25b2823342c0604924a2870eeb4e7e94",
777-
"bgfooter.png:md5,ed01bb040346e4623cc87de331ddb4e1",
778-
"bgtop.png:md5,626a50532dc6e5adbdd968746ef318e8",
779-
"comment-bright.png:md5,0c850bb4920b581bf5e5dba5fa493a64",
780-
"comment-close.png:md5,2635dda49c823e8122d4d11ed385f33d",
781-
"comment.png:md5,882e40f3d6a16c6ed35659b105251525",
782-
"doctools.js:md5,5ff571aa60e63f69c1890283e240ff8d",
783-
"down-pressed.png:md5,ebe8979581eda700fb234a73c661a4b9",
784-
"down.png:md5,f6f3c819cc7ca27d7fd3347e5e7ffe0f",
785-
"file.png:md5,6587e59c55e626744eb6fc11129d99a7",
786-
"jquery.js:md5,10092eee563dec2dca82b77d2cf5a1ae",
787-
"minus.png:md5,8d572395aa95c89584a09813ada4dfa1",
788-
"plus.png:md5,0125e6faa04e2cf0141a2d599d3bb220",
789-
"pygments.css:md5,d625a0adb949f181bd0d3f1432b0fa7f",
790-
"qualimap_logo_small.png:md5,7526f145a97be4682fd59e27dda4f71b",
791-
"report.css:md5,7a5f09eaf7c176f966f4e8854168b812",
792-
"searchtools.js:md5,d550841adeedc8ed47c40ee607620937",
793-
"underscore.js:md5,db5ba047a66617d4cd3e8c5099cc51db",
794-
"up-pressed.png:md5,8ea9bd109342f87fee97943b479c6f7e",
795-
"up.png:md5,ecc373278454cc8ecc12d6ca69e55b36",
796-
"websupport.js:md5,9e61e1e8a7433c56bd7e5a615affcf85",
797-
"genome_results.txt:md5,f6d35c23075fbec197c088ede3bda265",
798-
"genome_coverage_0to50_histogram.png:md5,1d7153eab39f6180d7849f7a27c141be",
799-
"genome_coverage_across_reference.png:md5,c8fa8d6eac53b3ef82fada6bc590333f",
800-
"genome_coverage_histogram.png:md5,18ba01bd5afb81bb0b8e8dcce9ea10fe",
801-
"genome_coverage_quotes.png:md5,0efb14b603c1bad8694aeee5a9f9f7ab",
802-
"genome_homopolymer_indels.png:md5,bf9200f34a3fbfa05dd81891f4d08273",
803-
"genome_mapping_quality_across_reference.png:md5,1bf5ba992c940fe2f7b0112d43ce917b",
804-
"genome_mapping_quality_histogram.png:md5,e6d9f0c426a54226f9ee6585b57cf783",
805-
"genome_reads_clipping_profile.png:md5,9c2d6a5f67319f6d2de110d3397e5a97",
806-
"genome_reads_content_per_read_position.png:md5,73911bc8f836dea7d112ffbd3de1682e",
807-
"genome_uniq_read_starts_histogram.png:md5,9412271ffb21c94e7a3e52955c0f246a",
808-
"coverage_across_reference.txt:md5,3be6bd7fef9e81d56792b58e902949ed",
809-
"coverage_histogram.txt:md5,8aaee99c160b7b5e030ee6fc891d9837",
810-
"duplication_rate_histogram.txt:md5,ffd92c4701b07a4f3b6a580928770fe4",
811-
"genome_fraction_coverage.txt:md5,f2e4bc958f9df721a6adccbc69de9706",
812-
"homopolymer_indels.txt:md5,e6beb36c6aab5de9cb6d9e2357f82995",
813-
"mapped_reads_clipping_profile.txt:md5,f3ee469d515a49d50ac4e438ddfc8b57",
814-
"mapped_reads_nucleotide_content.txt:md5,058c7dc070f76bc2c1913595070f9066",
815-
"mapping_quality_across_reference.txt:md5,fb2c0f2f4c95c698ab67520cb3f2db5a",
816-
"mapping_quality_histogram.txt:md5,4c5a2755f3eec182031390f7bb0d4d0f"
752+
"JK2802_JK2802_AGAATAACCTACCA_Mammoth_MT_Krause.command.log:md5,d41d8cd98f00b204e9800998ecf8427e"
817753
],
818754
[
819755
"DamagePlot.pdf",
@@ -842,19 +778,13 @@
842778
"Length_plot_combined_data.svg",
843779
"Length_plot_forward_reverse_separated.svg",
844780
"edit_distance.pdf",
845-
"edit_distance.svg",
846-
"genome_gc_content_per_window.png",
847-
"qualimapReport.html",
848-
"mapped_reads_gc-content_distribution.txt",
849-
"genome_gc_content_per_window.png",
850-
"qualimapReport.html",
851-
"mapped_reads_gc-content_distribution.txt"
781+
"edit_distance.svg"
852782
]
853783
],
854784
"meta": {
855785
"nf-test": "0.9.2",
856786
"nextflow": "24.10.5"
857787
},
858-
"timestamp": "2025-03-21T12:31:58.620738111"
788+
"timestamp": "2025-03-25T15:20:25.387566419"
859789
}
860790
}

0 commit comments

Comments
 (0)