-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modified busco to use the correct module on condo2017
- Loading branch information
Arun Somwarpet-Seetharam - staff (sponsor severin)
committed
Feb 10, 2017
1 parent
f6f8fea
commit 725ba71
Showing
1 changed file
with
1 addition
and
4 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 |
---|---|---|
|
@@ -6,9 +6,6 @@ | |
# Arun Seetharam | ||
# 2015/10/09 <[email protected]> | ||
# | ||
##################################### | ||
# DO NOT USE THIS FOR PLANT BUSCOS | ||
##################################### | ||
# | ||
# | ||
#ORG=actinopterygii_odb9 | ||
|
@@ -43,7 +40,7 @@ ORG=embryophyta_odb9 | |
# results will be stored in the new directroy with the genome suffix | ||
|
||
|
||
module use /shared/software/GIF/modules | ||
module use /work/GIF/software/modules | ||
module load busco/2.0 | ||
genome="$1" | ||
outname=$(basename ${genome%.*}) | ||
|