Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non root install #6

Open
wants to merge 47 commits into
base: ubuntu14.04/v1.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
2bb35a8
Added non root install instructions
themangoemoji Oct 28, 2014
cd21e3f
EC2 non root install instructions
themangoemoji Oct 31, 2014
becd6f3
pipeline notes and prokka install update
themangoemoji Oct 31, 2014
4a87f7f
pipline note update
themangoemoji Nov 4, 2014
5e8fbd9
changed ~ to /Users/narrows
themangoemoji Nov 4, 2014
dc86e93
rename
themangoemoji Nov 4, 2014
caaa0bb
no mo .profile
themangoemoji Nov 4, 2014
a966b79
no mo .profile
themangoemoji Nov 4, 2014
92bda18
Merge branch 'non-root-install' of github.com:ged-lab/2012-paper-digi…
themangoemoji Nov 4, 2014
3d15fcf
Add RackSpace install instructions
themangoemoji Jan 23, 2015
74bf7d9
Add RackSpace install instructions
themangoemoji Jan 23, 2015
b66eae0
Shake installs out of install-prokka script
themangoemoji Jan 27, 2015
31e9b73
Change install location to ~/src
themangoemoji Jan 30, 2015
9d08ddd
Check out the correct branch, curl correct file
themangoemoji Jan 30, 2015
bfce3b7
Check out the correct branch, curl correct file
themangoemoji Jan 30, 2015
c78f9ba
Merge branch 'non-root-install' of https://github.com/ged-lab/2012-pa…
themangoemoji Jan 30, 2015
55a61f3
Add rackspace instructions and prokka install updates
themangoemoji Feb 10, 2015
4b29611
Merge branch 'non-root-install' of github.com:ged-lab/2012-paper-digi…
themangoemoji Feb 10, 2015
2568739
Upgrade numpy
themangoemoji Feb 10, 2015
fcaf3d0
Seperate EC2 and RackSpace instructions
themangoemoji Feb 17, 2015
353bacb
Expand arguments for Makefile commands
themangoemoji Feb 17, 2015
88e9fa3
Add additional targets for missing files and download data
themangoemoji Feb 17, 2015
a3c77a4
Rerout /mnt/bin to ${HOME}/bin
themangoemoji Feb 18, 2015
6438276
Resolve merge
themangoemoji Feb 18, 2015
727aa85
Merge branch 'non-root-install' of https://github.com/ged-lab/2012-pa…
themangoemoji Feb 18, 2015
8d3b137
Rerout /mnt/bin to ${HOME}/bin
themangoemoji Feb 18, 2015
763a608
Update prokka-11 install
themangoemoji Feb 24, 2015
99eac72
Merge with athyra
themangoemoji Feb 24, 2015
c21b7ba
Merging athyra/local differences
themangoemoji Feb 24, 2015
e8e8a0a
Update notes with proper root/non-root distinctions
themangoemoji Feb 24, 2015
ff79fd1
Merge branch 'non-root-install' of github.com:ged-lab/2012-paper-digi…
themangoemoji Feb 24, 2015
b6fd3f0
Fix install-prokka script
themangoemoji Feb 24, 2015
28a9afe
Fix install-prokka script
themangoemoji Feb 24, 2015
83eade1
Merge branch 'non-root-install' of github.com:ged-lab/2012-paper-digi…
themangoemoji Feb 24, 2015
188a66f
Merge branch 'non-root-install' of github.com:ged-lab/2012-paper-digi…
themangoemoji Feb 24, 2015
e240d39
Merge branch 'non-root-install' of github.com:ged-lab/2012-paper-digi…
themangoemoji Feb 25, 2015
17d9f17
Fixup pipeline notes
themangoemoji Feb 25, 2015
29db18f
Move numpy install to root installs
themangoemoji Mar 17, 2015
a3328ba
Point root to install in user directory
themangoemoji Mar 17, 2015
f525527
Switch home to usert
themangoemoji Mar 17, 2015
1bf737d
Add prodigal to root installs, change path variable ordering
themangoemoji Apr 21, 2015
51e8670
Allow non-root to own their directory
themangoemoji Apr 21, 2015
83267f2
Add screed install
themangoemoji Apr 21, 2015
a890134
Move screed install to non-root
themangoemoji Apr 28, 2015
90cfefd
Correct thread variable syntax
themangoemoji Apr 28, 2015
081d1e7
Use `prokka` directly in makefile, Update pipeline-notes
themangoemoji May 3, 2015
d5dcf9e
Fix user-land installs to use sudo
themangoemoji May 21, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Check out the correct branch, curl correct file
  • Loading branch information
themangoemoji committed Jan 30, 2015
commit bfce3b7e1bb8e7bc0bb64a5716ad9a3e756ec88c
4 changes: 2 additions & 2 deletions pipeline/install-prokka.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cd ${HOME}/src/prodigal
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Insert

#!/bin/bash
mkdir -p ${HOME}/src/prodigal

curl -O http://prodigal.googlecode.com/files/prodigal.v2_60.tar.gz
tar xzf prodigal.v2_60.tar.gz
curl -OL https://github.com/hyattpd/Prodigal/archive/v2.60.tar.gz
tar xzf v2.60.tar.gz
cd prodigal.v2_60/
make

Expand Down
2 changes: 1 addition & 1 deletion pipeline/pipeline-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ sets::

cd /mnt/data

git clone https://github.com/ged-lab/2012-paper-diginorm.git --branch ubuntu14.04/v1.1
git clone https://github.com/ged-lab/2012-paper-diginorm.git --branch non-root-install
cd 2012-paper-diginorm

curl -O https://s3.amazonaws.com/public.ged.msu.edu/2012-paper-diginorm/pipeline-data-new.tar.gz
Expand Down