annotate requirements.txt @ 1:e93bf8bd0e93 draft default tip

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
author artbio
date Sat, 20 Jun 2020 20:14:26 -0400
parents 27f2ef353554
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
1 diff --git a/lib/galaxy/util/checkers.py b/lib/galaxy/util/checkers.py
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
2 index 3098d92..0058cff 100644
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
3 --- a/lib/galaxy/util/checkers.py
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
4 +++ b/lib/galaxy/util/checkers.py
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
5 @@ -41,7 +41,7 @@ def check_html(file_path, chunk=None):
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
6 for line in temp:
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
7 line = util.unicodify(line)
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
8 lineno += 1
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
9 - matches = regexp1.search(line) or regexp2.search(line) or regexp3.search(line) or regexp4.search(line) or regexp5.searc
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
10 h(line)
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
11 + matches = False
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
12 if matches:
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
13 if chunk is None:
e93bf8bd0e93 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 6b477d835f8e555ead1571295c3db0a355af721d"
artbio
parents: 0
diff changeset
14 temp.close()
0
27f2ef353554 "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/facturation_ibps commit 07c73df696d6d80e03f03232603d713882131625"
artbio
parents:
diff changeset
15