Skip to content

Commit

Permalink
For a single process to run accessioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Nov 19, 2024
1 parent 3c6a462 commit 60ff173
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eva_submission/nextflow/accession_and_load.nf
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ process accession_vcf {
clusterOptions "-o $params.logs_dir/${log_filename}.log \
-e $params.logs_dir/${log_filename}.err"

maxForks 1

input:
tuple val(vcf_filename), val(vcf_file), val(assembly_accession), val(aggregation), val(fasta), val(report)

Expand Down

0 comments on commit 60ff173

Please sign in to comment.