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

emase: update input format

parent 0d79273c
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,10 @@ process diploid_genome { ...@@ -12,11 +12,10 @@ process diploid_genome {
} }
input: input:
tuple val(genome_a), path(fasta_a) tuple val(genome_a), path(fasta_a), val(genome_b), path(fasta_b)
tuple val(genome_b), path(fasta_b)
output: output:
tuple val(file_id), path(".fa"), emit: index tuple val(file_id), path(".fa"), emit: fasta
script: script:
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment