-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
266725d
commit 740e14c
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
# This job's working directory (You must set this) | ||
cd ~/wangshx/projects/biotools/ensembl-vep | ||
cd ~ | ||
|
||
# Following are commands/scripts you want to run | ||
# If you do not know how to set this, please check README.md file | ||
|
||
# load perl and activate conda env | ||
|
||
module load apps/perl/5.22.1 | ||
source activate py2 | ||
|
||
|