Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of mdgithub:TissueMAPS/TmClient
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERMD committed Jul 3, 2017
2 parents 2c49928 + 3a6791f commit 0c2ca03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/upload-and-process-experiment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ for plate_dir in "${datadir}"/plates/*; do
fi
acquisition_name=$(basename "$plate_name")
tm_client acquisition -e "${name}" create -p "$plate_name" -n "$acquisition_name"
tm_client microscope-file -e "${name}" upload -p "$plate_name" -a "$acquisition_name" --directory "$acquisition_dir"
tm_client microscope-file -e "${name}" upload -p "$plate_name" -a "$acquisition_name" --directory "$acquisition_dir/microscope_images"
done
done

Expand All @@ -196,7 +196,7 @@ tm_client workflow -e "${name}" upload --file "${datadir}/workflow.yaml"

# Upload jterator project description:

tm_client jtproject -e "${$name}" upload --directory "${datadir}/jtproject"
tm_client jtproject -e "${name}" upload --directory "${datadir}/jtproject"

# Submit workflow:

Expand Down

0 comments on commit 0c2ca03

Please sign in to comment.