GMOD / Apollo3

JBrowse 2 plugin for editing annotations on an Apollo server
Apache License 2.0
6 stars 4 forks source link

Allow uploading file separately from adding assembly in CLI #405

Open garrettjstevens opened 2 weeks ago

garrettjstevens commented 2 weeks ago

Currently in the CLI, when adding an assembly from a file, the file is uploaded and then the file is used to add an assembly all in the same command. We should support a mode of operation where there is one command to upload a file, which returns a file ID, and another command to add an assembly using that file ID. This could help when people want to regularly clean out and re-add genomes so they don't have to re-upload the file each time.