We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bd714 commit 635306aCopy full SHA for 635306a
tools/fasta_compute_length/.shed.yml
@@ -9,4 +9,5 @@ long_description: |
9
name: fasta_compute_length
10
owner: devteam
11
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
13
type: unrestricted
tools/fasta_compute_length/fasta_compute_length.py
@@ -4,6 +4,7 @@
4
"""
5
6
import sys
7
+
8
from utils.fasta_to_len import compute_fasta_length
0 commit comments