Skip to content

Commit

Permalink
simplify bam_input_stats snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis committed Dec 6, 2024
1 parent 42b3a47 commit 0c6c8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ nextflow_pipeline {
def stable_name_bamfiltering = getAllFilesFromDir("$outputDir/bam_filtering" , true , ['*.flagstat'] , null , ['*.{bam,bai}'] )

// Bam input stats
def stable_content_baminputstats = getAllFilesFromDir("$outputDir/bam_input_stats" , true , null , null , ['*', '**/*'] )
def stable_content_baminputstats = getAllFilesFromDir("$outputDir/bam_input_stats" , true , null , null , ['*.flagstat'] )

// Damage estimation
def stable_content_damageestimation = getAllFilesFromDir("$outputDir/damage_estimation" , true , ['**/*.{svg,pdf,log}'] , null , ['**/*.{txt,json}'] )
Expand Down

0 comments on commit 0c6c8e3

Please sign in to comment.