Skip to content

Commit 6de359e

Browse files
committed
Add missing submit-cellplex.sh
1 parent 9395c80 commit 6de359e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make-deployable.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash -e
22

33
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"
4+
version="0.0.13"
5+
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"
66
dest="$HOME/scing/bin"
77

88
usage()

0 commit comments

Comments
 (0)