Skip to content

Commit

Permalink
solve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mkandziora committed Nov 26, 2018
1 parent 109901c commit a6c9417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion physcraper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ def prune_short(self, min_seqlen_perc=0.75):
self.trim()
self._reconciled = 1

def trim(self, taxon_missingness=0.75):
def trim(self, taxon_missingness=0.74):
""" It removes bases at the start and end of alignments, if they are represented by less than 75%
of the sequences in the alignment.
Ensures, that not whole chromosomes get dragged in. It's cutting the ends of long sequences.
Expand Down
4 changes: 2 additions & 2 deletions physcraper/concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,5 +890,5 @@ def write_otu_info(self, downtorank=None):
rowinfo.append(tofile)
else:
rowinfo.append("-")
writer.writerow(rowinfo)
writer.writerow(rowinfo)

0 comments on commit a6c9417

Please sign in to comment.