genome-nexus / genome-nexus-annotation-pipeline

Library and tool for annotating MAF files using Genome Nexus Webserver API
MIT License
8 stars 25 forks source link

Change ENTRYPOINT to CMD for run flexibility #250

Closed hweej closed 11 months ago

hweej commented 11 months ago

Nextflow has deprecated support for executable containers. e.g ENTRYPOINT defaults. 529

Changing ENTRYPOINT to CMD would keep the default behavior of running annotationPipeline.jar. It also has the added benefit of possibly pulling in annotation-tools