We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9395c80 commit 6de359eCopy full SHA for 6de359e
make-deployable.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash -e
2
3
wf_name="sharp"
4
-version="0.0.12"
5
-files="submit-hashtag.sh submit-citeseq.sh submit-asapseq.sh Sharp.deps.zip Hashtag.wdl CiteSeq.wdl AsapSeq.wdl Sharp.options.aws.json configs/*.json"
+version="0.0.13"
+files="submit-hashtag.sh submit-citeseq.sh submit-asapseq.sh submit-cellplex.sh Sharp.deps.zip Hashtag.wdl CiteSeq.wdl AsapSeq.wdl Sharp.options.aws.json configs/*.json"
6
dest="$HOME/scing/bin"
7
8
usage()
0 commit comments