Skip to content

Instantly share code, notes, and snippets.

@ravila4
Created August 31, 2019 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravila4/44fe2ab2b441c9946d2046a9c0b42047 to your computer and use it in GitHub Desktop.
Save ravila4/44fe2ab2b441c9946d2046a9c0b42047 to your computer and use it in GitHub Desktop.
#!/bin/bash
TYPE=${TYPE:-prot}
[[ ! -z ${1} ]] && INFILE=${1} || exit 1
shift
makeblastdb -in ${INFILE} -dbtype ${TYPE} -parse_seqids ${@} -blastdb_version 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment