Skip to content

Commit

Permalink
added as ORG choice so that you don't have to modify the script, it c…
Browse files Browse the repository at this point in the history
…an be run as runBUSCO_genome.sh genome.fasta metazoa
  • Loading branch information
isugif committed Sep 17, 2016
1 parent 0a2f26f commit 4ed8f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runBUSCO_genome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#####################################
#
#
ORG=arthropoda
#ORG=arthropoda
#ORG=bacteria
#ORG=eukaryota
#ORG=fungi
Expand All @@ -25,6 +25,7 @@ ORG=arthropoda
module use /shared/software/GIF/modules
module load busco/1.2
genome="$1"
ORG="$2"
outname=$(basename ${genome%.*})
python3 ${BUSCO_HOME}/busco.py \
-o ${outname} \
Expand Down

0 comments on commit 4ed8f3b

Please sign in to comment.