Skip to content

Commit 635306a

Browse files
committed
fix flake complaint about missing new line
add homepage_url to .shed.yml
1 parent 58bd714 commit 635306a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/fasta_compute_length/.shed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ long_description: |
99
name: fasta_compute_length
1010
owner: devteam
1111
remote_repository_url: https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_compute_length
12+
homepage_url: https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_compute_length
1213
type: unrestricted

tools/fasta_compute_length/fasta_compute_length.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"""
55

66
import sys
7+
78
from utils.fasta_to_len import compute_fasta_length
89

910

0 commit comments

Comments
 (0)