-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Use of docker necessitates people unzipping our bundles. We really should just migrate over to .tar or .tar.gz but, while we use a non-standard Zip64, we should really provide a simple command line util as part of the general command line. For example, here's what you have to do now:
java -cp seqware-distribution-1.1.0-alpha.6-full.jar net.sourceforge.seqware.pipeline.tools.UnZip --input-zip Workflow_Bundle_dockerHelloWorld_1.0-SNAPSHOT_SeqWare_1.1.0-rc.0.zip --output-dir Workflow_Bundle_dockerHelloWorld_1.0-SNAPSHOT_SeqWare_1.1.0-rc.0
would really like something like.
seqware bundle unzip --input-zip Workflow_Bundle_dockerHelloWorld_1.0-SNAPSHOT_SeqWare_1.1.0-rc.0.zip --output-dir Workflow_Bundle_dockerHelloWorld_1.0-SNAPSHOT_SeqWare_1.1.0-rc.0