Skip to content

Commit b62e34e

Browse files
committed
search only ungapped
1 parent 56538ff commit b62e34e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

fsac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.2.0'
22
__author__ = 'Dillon Barker'
33
__email__ = 'dillon.barker@canada.ca'

fsac/allele_call.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def blast(query_path: Path, genome_path: Path) -> pd.DataFrame:
2323
slen bitscore gaps sseq qseq mismatch'
2424

2525
blast_cmd = ['blastn',
26+
'-ungapped',
2627
'-query', str(query_path),
2728
'-subject', str(genome_path),
2829
'-outfmt', out_format]

0 commit comments

Comments
 (0)