Previous changeset 2:36103afa0934 (2018-06-19) Next changeset 4:d04fc71fb1b3 (2021-03-10) |
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/blastparser_and_hits commit e3881f05134c6f50889d0376d27e1c232251f8b3 |
modified:
BlastParser_and_hits.py BlastParser_and_hits.xml |
b |
diff -r 36103afa0934 -r b4c9c085d709 BlastParser_and_hits.py --- a/BlastParser_and_hits.py Tue Jun 19 05:18:31 2018 -0400 +++ b/BlastParser_and_hits.py Tue Feb 05 17:21:41 2019 -0500 |
[ |
@@ -62,11 +62,11 @@ def median(lst): lst = sorted(lst) if len(lst) < 1: - return None + return None if len(lst) % 2 == 1: - return lst[((len(lst)+1)/2)-1] + return lst[((len(lst)+1)/2)-1] if len(lst) % 2 == 0: - return float(sum(lst[(len(lst)/2)-1:(len(lst)/2)+1]))/2.0 + return float(sum(lst[(len(lst)/2)-1:(len(lst)/2)+1]))/2.0 def mean(lst): |
b |
diff -r 36103afa0934 -r b4c9c085d709 BlastParser_and_hits.xml --- a/BlastParser_and_hits.xml Tue Jun 19 05:18:31 2018 -0400 +++ b/BlastParser_and_hits.xml Tue Feb 05 17:21:41 2019 -0500 |
[ |
@@ -1,4 +1,4 @@ -<tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.6.0"> +<tool id="BlastParser_and_hits" name="Parse blast output and compile hits" version="2.6.1"> <description>for virus discovery</description> <requirements></requirements> <command><![CDATA[ |