Skip to content

Commit

Permalink
Add job template and use rsync -R
Browse files Browse the repository at this point in the history
  • Loading branch information
hisplan committed Aug 30, 2021
1 parent 8c45fa3 commit b078ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make-deployable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

wf_name="cellranger-vdj"
version="6.0.2"
files="submit.sh CellRangerVdj.deps.zip CellRangerVdj.wdl CellRangerVdj.options.aws.json"
files="submit.sh CellRangerVdj.deps.zip CellRangerVdj.wdl CellRangerVdj.options.aws.json configs/template.*.json"
dest="$HOME/scing/bin"

usage()
Expand Down Expand Up @@ -36,7 +36,7 @@ mkdir -p ${dest}
# create a temporary directory and copy files
path_workdir=`mktemp -d`
mkdir -p ${path_workdir}/${wf_name}-${version}
cp ${files} ${path_workdir}/${wf_name}-${version}/
rsync -Rv ${files} ${path_workdir}/${wf_name}-${version}/

# tar-gzip
cd ${path_workdir}
Expand Down

0 comments on commit b078ed2

Please sign in to comment.