annotate countandcluster/.shed.yml @ 1:1a2a9b1cfd93 draft default tip

Uploaded
author jshay
date Tue, 20 Aug 2019 11:23:10 -0400
parents c516cb51d12c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c516cb51d12c Uploaded
jshay
parents:
diff changeset
1 name: hitsandclusters
c516cb51d12c Uploaded
jshay
parents:
diff changeset
2 owner: jashay90
c516cb51d12c Uploaded
jshay
parents:
diff changeset
3 description: Count hits per gene and cluster
c516cb51d12c Uploaded
jshay
parents:
diff changeset
4 long_description: Takes a bam alignment file and a tab-delimited file defining the cluster identity of each reference sequence as input. Produces two output files -- a file with counts and proportion covered for each reference sequence, and a file with the maximum count and proportion covered within each cluster.
c516cb51d12c Uploaded
jshay
parents:
diff changeset
5 remote_repository_url: https://github.com/jashay90/galaxytools/tree/master/countandcluster
c516cb51d12c Uploaded
jshay
parents:
diff changeset
6 type: unrestricted
c516cb51d12c Uploaded
jshay
parents:
diff changeset
7 categories:
c516cb51d12c Uploaded
jshay
parents:
diff changeset
8 - Metagenomics
c516cb51d12c Uploaded
jshay
parents:
diff changeset
9 - Sequence Analysis