Mercurial > repos > ebi-gxa > gtf2gene_list
annotate gtf2featureAnnotation.xml @ 2:e255c0e5dfca draft
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552-dirty
author | ebi-gxa |
---|---|
date | Fri, 18 Oct 2019 11:00:04 -0400 |
parents | 247b439a78f7 |
children | b95e6a9bb15c |
rev | line source |
---|---|
2
e255c0e5dfca
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552-dirty
ebi-gxa
parents:
1
diff
changeset
|
1 <tool id="_ensembl_gtf2gene_list" name="GTF2GeneList" version="1.42.1+galaxy2"> |
1
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
2 <description>extracts a complete annotation table or subsets thereof from an Ensembl GTF using rtracklayer</description> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
3 <requirements> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
4 <requirement type="package" version="1.42.1">bioconductor-rtracklayer</requirement> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
5 <requirement type="package">bioconductor-biostrings</requirement> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
6 <requirement type="package">r-optparse</requirement> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
7 </requirements> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
9 ln -s '$gtf_input' input.gtf; |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
10 $__tool_directory__/gtf2featureAnnotation.R --gtf-file input.gtf |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
11 #if $noheader |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
12 --no-header |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
13 #end if |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
14 #if $version_transcripts |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
15 --version-transcripts |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
16 #end if |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
17 #if $mito.mark_mito |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
18 --mito --mito-chr "${mito.mito_chr}" --mito-biotypes "${mito.mito_biotypes}" |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
19 #end if |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
20 #if $cdnas.filter_cdnas |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
21 --filter-cdnas "${cdnas.fasta_input}" --filter-cdnas-field "${cdnas.cdnas_field}" --filter-cdnas-output "${fasta_output}" |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
22 #end if |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
23 --feature-type "${feature_type}" --first-field "${first_field}" --output-file annotation.txt --fields "${fields}" |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
24 ]]></command> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
25 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
26 <inputs> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
27 <param name="gtf_input" type="data" format="gff" label="Ensembl GTF file" /> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
28 <param name="feature_type" type="text" optional='true' value="gene" label="Feature type for which to derive annotation"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
29 <param name="first_field" type="text" optional='true' value="gene_id" label="Field to place first in output table"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
30 <param name="noheader" type="boolean" checked="false" label="Suppress header line in output?"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
31 <param name="fields" type="text" optional='true' value="" label="Comma-separated list of field names to extract from the GTF (default: use all fields)"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
32 <param name="version_transcripts" type="boolean" checked="false" label="Append version to transcript identifiers?" help="For transcript feature type only: where the GTF contains transcript versions, should these be appended to transcript identifiers? Useful when generating transcript/gene mappings for use with transcriptomes"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
33 <conditional name="mito"> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
34 <param name="mark_mito" type="boolean" checked="true" label="Flag mitochondrial features?"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
35 <when value="true"> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
36 <param name="mito_chr" type="text" optional='true' value="mt,mitochondrion_genome,mito,m,chrM,chrMt" label="Comma-separated list of possible mitochondrial chromosome names (case insensitive)"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
37 <param name="mito_biotypes" type="text" optional='true' value="mt_trna,mt_rrna,mt_trna_pseudogene" label="Comma-separated list of possible mitochondrial biotypes (case insensitive)"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
38 </when> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
39 <when value="false" /> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
40 </conditional> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
41 <conditional name="cdnas"> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
42 <param name="filter_cdnas" type="boolean" checked="false" label="Filter a FASTA-format cDNA file to match annotations?" help="For some applications, e.g. transcriptome mappers, its useful to match a cDNAs file to an annotation list (e.g. transcript-to-gene mapping)"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
43 <when value="true"> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
44 <param name="fasta_input" type="data" format="fasta" label="FASTA-format cDNA/ transcript file" /> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
45 <param name="cdnas_field" type="text" optional='true' value="transcript_id" label="Annotation field to match with sequences."/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
46 </when> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
47 <when value="false" /> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
48 </conditional> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
49 </inputs> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
50 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
51 <outputs> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
52 <data name="feature_annotation" format="tsv" from_work_dir="annotation.txt" label="${tool.name} on ${on_string}: annotation table"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
53 <data name="fasta_output" format="fasta" from_work_dir="filtered.fa.gz" label="${tool.name} on ${on_string}: annotation-matched sequences"> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
54 <filter>filter_cdnas</filter> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
55 </data> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
56 </outputs> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
57 <tests> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
58 <test> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
59 <param name="gtf_input" ftype="gtf" value="test.gtf"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
60 <output name="feature_annotation" file="annotation.txt"/> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
61 </test> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
62 </tests> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
63 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
64 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
65 <help><![CDATA[ |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
66 .. class:: infomark |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
67 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
68 **What it does** |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
69 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
70 Given an Ensembl GTF file, it will extract all information on chromosomes, coordinates, and attributes provided at the specified feature level. Mitochondrial features can also be flagged. |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
71 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
72 You can also supply a fasta-format file of sequences, which will be filtered by identifier to match annotation. This can be useful for tools such as Alevin which need a transcript-to-gene mapping and a transcriptome file without any missing entries (with respect to annotation). |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
73 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
74 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
75 **Inputs** |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
76 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
77 * Ensembl GTF file |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
78 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
79 ----- |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
80 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
81 **Outputs** |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
82 |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
83 * Gene annotations in tsv. |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
84 ]]></help> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
85 <citations> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
86 <citation type="bibtex"> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
87 @misc{github-hinxton-single-cell, |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
88 author = {Jonathan Manning, EBI Gene Expression Team}, |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
89 year = {2019}, |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
90 title = {Hinxton Single Cell Anlysis Environment}, |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
91 publisher = {GitHub}, |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
92 journal = {GitHub repository}, |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
93 url = {https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary}, |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
94 }</citation> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
95 </citations> |
247b439a78f7
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/util/.shed.yml commit 194d2e0af16624c9a3d1af92f7b3686d2e0ee552
ebi-gxa
parents:
diff
changeset
|
96 </tool> |