Skip to content

Instantly share code, notes, and snippets.

@hkmoon
Created August 21, 2019 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkmoon/739d4de5364bd2a1a778ca36f70cb0ca to your computer and use it in GitHub Desktop.
Save hkmoon/739d4de5364bd2a1a778ca36f70cb0ca to your computer and use it in GitHub Desktop.
export TRINITY_HOME="singularity exec /home/vagrant/Trinity-v2.8.4.simg Trinity"
mkdir trinityrnaseq
cd trinityrnaseq
git init
git remote add -f origin https://github.com/trinityrnaseq/trinityrnaseq.git
git config core.sparseCheckout true
echo "sample_data/test_Trinity_Assembly" >> .git/info/sparse-checkout
git pull origin master
mv sample_data/test_Trinity_Assembly/* .
rm -rf sample_data
git remote rm origin
cd ..
mv trinityrnaseq sample_data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment