Skip to content

Commit

Permalink
fix flake complaint about missing new line
Browse files Browse the repository at this point in the history
add homepage_url to .shed.yml
  • Loading branch information
fubar2 committed Oct 3, 2024
1 parent 58bd714 commit 635306a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/fasta_compute_length/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ long_description: |
name: fasta_compute_length
owner: devteam
remote_repository_url: https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_compute_length
homepage_url: https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_compute_length
type: unrestricted
1 change: 1 addition & 0 deletions tools/fasta_compute_length/fasta_compute_length.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"""

import sys

from utils.fasta_to_len import compute_fasta_length


Expand Down

0 comments on commit 635306a

Please sign in to comment.