Skip to content

Commit

Permalink
Merge pull request #16 from yarikoptic/enh-checkout-master
Browse files Browse the repository at this point in the history
RF: use git clone instead of download of a master to make possible to trace analysis script version
  • Loading branch information
satra authored Apr 5, 2017
2 parents dfb9cb4 + 019a8f9 commit 456f2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Simple_Prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ conda config --add channels conda-forge
# Get the repo and Create the specific versioned python environment
echo "Getting the analysis repo"

curl -OksSL https://github.com/ReproNim/simple_workflow/archive/master.zip
unzip master.zip
# Checkout the repository to gain traceable version of the analysis script
git clone https://github.com/ReproNim/simple_workflow simple_workflow-master
cd simple_workflow-master

echo "Creating specificly versioned Python environment"
Expand Down

0 comments on commit 456f2b9

Please sign in to comment.