diff --git a/.gitignore b/.gitignore index 2df1642a8036ca174fb0f92337dde3124b21ab2f..a0a07dc1d892e47dabbf322fbea106b2b693e150 100644 --- a/.gitignore +++ b/.gitignore @@ -107,6 +107,7 @@ ENV/ /workflow/output/fastq/ pipeline_trace*.txt* .nextflow*.log* -report.html +report.html* +timeline*.html* *~ diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index e8e185119f62b2319f439b4a7c8b730331022a2b..360f31afb37c6cf1c408beda8510921af9947323 100644 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -12,7 +12,7 @@ process { } $mkfastq { module = ['cellranger/2.1.1', 'bcl2fastq/2.17.1.14'] - cpus = 128 + cpus = 32 } }