MehmedGIT / OtoN_Converter

Converter from basic OCRD process workflow to Nextflow workflow script
Apache License 2.0
4 stars 1 forks source link

feat: allow for duplicate processor usage in workflow #10

Closed mweidling closed 1 year ago

mweidling commented 1 year ago

This PR adds an enumeration to the NextFlow functions created during the conversion which circumvents a name clash if one or more processors are used more than once in a workflow.

Closes #6 .