§ Get the collection
To obtain the latest version, all you need is git. Simply type in your terminal:
git clone git://github.com/lmrodriguezr/enveomics.git enveomics
That's it, now you have all the publicly available enve-omics scripts. If you want to update to the latest version of our scripts, you can change directory into the enveomics folder, and type:
git pull
Too cool to update manually? No problem! Just type:
crontab -e
And add the following contents to the file:
# Update enve-omics scripts
0 */03 * * * cd "$HOME/enveomics" && git pull -q
Changing "$HOME/enveomics"
by the path to you enveomics folder.
Save and exit. Now your enveomics folder will be automatically updated every
three hours, and you will enjoy new features and bug fixes without even noticing.
That easy.
§ License
§ Authors
Luis M. Rodriguez-R & Konstantinos Konstantinidis, at the Kostas lab.