Skip to content

Commit

Permalink
Updating testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Dec 9, 2024
1 parent 69fe17d commit 8805be5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ params {
sample = "CurationPretextTest"
teloseq = "TTAGGG"
aligner = "bwamem2"
outdir = CPretext_testing
}
10 changes: 9 additions & 1 deletion conf/test_full.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@

cleanup = true

process {
resourceLimits = [
cpus: 4,
memory: '10.GB',
time: '1.h'
]
}

params {
config_profile_name = 'Full test profile'
config_profile_description = 'Full test dataset to check pipeline function'

// Input data for full size test
// Limit resources so that this can run on GitHub Actions
max_cpus = 4
max_cpus = 1
max_memory = '10.GB'
max_time = '6.h'

Expand Down
2 changes: 0 additions & 2 deletions subworkflows/local/generate_maps.nf
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ workflow GENERATE_MAPS {
)
ch_versions = ch_versions.mix( GENERATE_CRAM_CSV.out.versions )

GENERATE_CRAM_CSV.out.csv.view()

//
// LOGIC: make branches for different hic aligner.
//
Expand Down

0 comments on commit 8805be5

Please sign in to comment.