-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtest_full.config
More file actions
executable file
·33 lines (26 loc) · 1.31 KB
/
test_full.config
File metadata and controls
executable file
·33 lines (26 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nextflow config file for running full-size tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Defines input files and everything required to run a full size pipeline test.
Use as follows:
nextflow run sanger-tol/curationpretext -profile test_full,<docker/singularity> --outdir <OUTDIR>
----------------------------------------------------------------------------------------
*/
cleanup = true
executor.cpus = 50
executor.memory = 50.GB
executor.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
sample = "testing"
input = "/lustre/scratch123/tol/resources/treeval/treeval-testdata/TreeValTinyData/assembly/draft/grTriPseu1.fa"
longread = "/lustre/scratch123/tol/resources/treeval/treeval-testdata/TreeValTinyData/genomic_data/pacbio/"
cram = "/lustre/scratch123/tol/resources/treeval/treeval-testdata/TreeValTinyData/genomic_data/hic-arima/"
sample = "CurationPretextTest"
teloseq = "TTAGGG"
aligner = "bwamem2"
}