Skip to content

Commit

Permalink
corrected enzyme tests
Browse files Browse the repository at this point in the history
- by default enzyme test were not included in 'gapseq find -p all'
  (missing pathway key)
  • Loading branch information
jotech committed May 22, 2023
1 parent a6f2aa3 commit e3210c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gapseq_find.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ fi
# select pathway keys to be used in database search
case $pathways in
all)
pwyKey="Pathways|seed|kegg"
pwyKey="Pathways|Enzyme-Test|seed|kegg"
;;
amino)
pwyKey=Amino-Acid-Biosynthesis
Expand Down

0 comments on commit e3210c0

Please sign in to comment.