Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Dec 20, 2023
1 parent 1ebd0fc commit a9ce3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eva_assembly_ingestion/nextflow/remap_cluster.nf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ process retrieve_source_genome {
source_assembly_accession != params.target_assembly_accession

input:
each source_assembly_accession
val source_assembly_accession
val species_name

output:
Expand All @@ -74,7 +74,7 @@ process retrieve_source_genome {
process retrieve_target_genome {

input:
each target_assembly_accession
val target_assembly_accession
val species_name

output:
Expand Down

0 comments on commit a9ce3fd

Please sign in to comment.