Skip to content
Snippets Groups Projects
Verified Commit 4c5e844d authored by Laurent Modolo's avatar Laurent Modolo
Browse files

emase: add diploid_genome process

parent 55235371
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ workflow sample_fastq {
process sub_sample_fastq {
container = "${container_url}"
label "small_mem_multi_cpus"
label "small_mem_mono_cpus"
tag "$file_id"
if (params.index_fasta_out != "") {
publishDir "results/${params.sample_fastq_out}", mode: 'copy'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment