Spaces:
Running
Running
File size: 245 Bytes
7fc87fe |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
# Install EDirect tools and set up PATH
yes | sh -c "$(wget -q https://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/install-edirect.sh -O -)"
echo 'export PATH=$HOME/edirect:$PATH' >> ~/.bashrc
export PATH=$HOME/edirect:$PATH
|