Skip to content

Commit

Permalink
search only ungapped
Browse files Browse the repository at this point in the history
  • Loading branch information
dorbarker committed May 25, 2020
1 parent 56538ff commit b62e34e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fsac/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.1.0'
__version__ = '1.2.0'
__author__ = 'Dillon Barker'
__email__ = '[email protected]'
1 change: 1 addition & 0 deletions fsac/allele_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def blast(query_path: Path, genome_path: Path) -> pd.DataFrame:
slen bitscore gaps sseq qseq mismatch'

blast_cmd = ['blastn',
'-ungapped',
'-query', str(query_path),
'-subject', str(genome_path),
'-outfmt', out_format]
Expand Down

0 comments on commit b62e34e

Please sign in to comment.