Skip to content

Commit 71ecaf7

Browse files
committed
Add new recipes
1 parent b053471 commit 71ecaf7

81 files changed

Lines changed: 7857 additions & 17 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_sources/ggd-search.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ Some examples of using the `ggd search` tool:
723723
5. Example of searching for two different data packages at the same time for a specific genome build
724724
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
725725
726-
The default behavior is to serach for terms both combine and seperatly. Therefore, one does noes need
726+
The default behavior is to search for terms both combine and separately. Therefore, one does noes need
727727
to set the :code:`--search-type` unless they would like to refine the results. The example below can also
728728
be done with setting search-type flag as such: :code:`--search type non-combined-only`
729729
@@ -818,7 +818,7 @@ be done with setting search-type flag as such: :code:`--search type non-combined
818818
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
819819
820820
In this example the :code:`--search-term` flag is set to `combined-only`. This is often done when you know which
821-
package you want but don't know the exact package name. This will refnie the results to those based on a combination
821+
package you want but don't know the exact package name. This will refine the results to those based on a combination
822822
of the terms provided.
823823

824824
.. code-block:: bash
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _`grch37-cds-only-features-ensembl-v1`:
2+
3+
grch37-cds-only-features-ensembl-v1
4+
===================================
5+
6+
|downloads|
7+
8+
CDS only features from Ensembl gene sets. All other features have been removed. (Alignment based annotation using proteins, cDNA, RNA-seq, etc.). Features include: CDS. Features are in GTF format.
9+
10+
================================== ====================================
11+
GGD Package grch37-cds-only-features-ensembl-v1
12+
Species Homo_sapiens
13+
Genome Build GRCh37
14+
GGD Channel ggd-genomics
15+
Package Version 1
16+
Recipe Author mjc
17+
Data Provider Ensembl
18+
Data Version release-75_2-6-14
19+
Genomic File Type gtf
20+
Data file coordinate basing 1-based-inclusive
21+
Package's Data Files grch37-cds-only-features-ensembl-v1.gtf.gz, grch37-cds-only-features-ensembl-v1.gtf.gz.tbi
22+
Approximate Size of Each Data File grch37-cds-only-features-ensembl-v1.gtf.gz: **10.78M**, grch37-cds-only-features-ensembl-v1.gtf.gz.tbi: **501.40K**
23+
Package Keywords Gene-Features, GTF, Ensembl-GTF, Ensembl-Gene-Set, Annotated-Transcripts, CDS-Only-Features
24+
Package Dependencies: gsort, htslib, zlib
25+
Recipe https://github.com/gogetdata/ggd-recipes/tree/master/recipes/genomics/Homo_sapiens/GRCh37/grch37-cds-only-features-ensembl-v1
26+
================================== ====================================
27+
28+
Install with ``--prefix``
29+
-------------------------
30+
**Prefix install enabled:** *True*
31+
32+
Installation
33+
------------
34+
35+
.. highlight: bash
36+
37+
With ggd installed and an activated ggd channel (see :ref:`using-ggd`), install with::
38+
39+
ggd install -c ggd-genomics grch37-cds-only-features-ensembl-v1
40+
41+
.. |downloads| image:: https://anaconda.org/ggd-genomics/grch37-cds-only-features-ensembl-v1/badges/downloads.svg
42+
:target: https://anaconda.org/ggd-genomics/grch37-cds-only-features-ensembl-v1
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _`grch37-cds-only-features-gencode-v1`:
2+
3+
grch37-cds-only-features-gencode-v1
4+
===================================
5+
6+
|downloads|
7+
8+
CDS only features from the comprehensive set of gene annotations created on GRCh38 and mapped to GRCh37 by GENCODE (v34lift37). All other features have been removed. Some annotations were obtained from GENCODE v19 when mapping failed. Scaffoldings, assenbly patches, and alternative loci are NOT included. Features include: CDS.
9+
10+
================================== ====================================
11+
GGD Package grch37-cds-only-features-gencode-v1
12+
Species Homo_sapiens
13+
Genome Build GRCh37
14+
GGD Channel ggd-genomics
15+
Package Version 1
16+
Recipe Author mjc
17+
Data Provider GENCODE
18+
Data Version release-34_03-24-2020
19+
Genomic File Type gtf
20+
Data file coordinate basing 1-based-inclusive
21+
Package's Data Files grch37-cds-only-features-gencode-v1.gtf.gz, grch37-cds-only-features-gencode-v1.gtf.gz.tbi
22+
Approximate Size of Each Data File grch37-cds-only-features-gencode-v1.gtf.gz: **21.08M**, grch37-cds-only-features-gencode-v1.gtf.gz.tbi: **517.43K**
23+
Package Keywords Gene-Features, GTF, GENOCDOE-GTF, GENCODE-Gene-Sets, Annotated-Transcripts, CDS-Only-Features
24+
Package Dependencies: grch37-chrom-mapping-ucsc2ensembl-ncbi-v1, gsort, htslib, zlib
25+
Recipe https://github.com/gogetdata/ggd-recipes/tree/master/recipes/genomics/Homo_sapiens/GRCh37/grch37-cds-only-features-gencode-v1
26+
================================== ====================================
27+
28+
Install with ``--prefix``
29+
-------------------------
30+
**Prefix install enabled:** *True*
31+
32+
Installation
33+
------------
34+
35+
.. highlight: bash
36+
37+
With ggd installed and an activated ggd channel (see :ref:`using-ggd`), install with::
38+
39+
ggd install -c ggd-genomics grch37-cds-only-features-gencode-v1
40+
41+
.. |downloads| image:: https://anaconda.org/ggd-genomics/grch37-cds-only-features-gencode-v1/badges/downloads.svg
42+
:target: https://anaconda.org/ggd-genomics/grch37-cds-only-features-gencode-v1
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _`grch37-protein-coding-features-ensembl-v1`:
2+
3+
grch37-protein-coding-features-ensembl-v1
4+
=========================================
5+
6+
|downloads|
7+
8+
Protein Coding Features based on feature's gene biotype from Ensembl gene sets. All non-protein coding features have been removed. (Alignment based annotation using proteins, cDNA, RNA-seq, etc.). Features include: CDS, Selenocysteine, UTR, exon, gene, start_codon, stop_codon, transcript. Features are in GTF format.
9+
10+
================================== ====================================
11+
GGD Package grch37-protein-coding-features-ensembl-v1
12+
Species Homo_sapiens
13+
Genome Build GRCh37
14+
GGD Channel ggd-genomics
15+
Package Version 1
16+
Recipe Author mjc
17+
Data Provider Ensembl
18+
Data Version release-75_2-6-14
19+
Genomic File Type gtf
20+
Data file coordinate basing 1-based-inclusive
21+
Package's Data Files grch37-protein-coding-features-ensembl-v1.gtf.gz, grch37-protein-coding-features-ensembl-v1.gtf.gz.tbi
22+
Approximate Size of Each Data File grch37-protein-coding-features-ensembl-v1.gtf.gz: **35.31M**, grch37-protein-coding-features-ensembl-v1.gtf.gz.tbi: **228.59K**
23+
Package Keywords Gene-Features, GTF, Ensembl-GTF, Ensembl-Gene-Set, Annotated-Transcripts, Protein-Coding-Features
24+
Package Dependencies: gsort, htslib, zlib
25+
Recipe https://github.com/gogetdata/ggd-recipes/tree/master/recipes/genomics/Homo_sapiens/GRCh37/grch37-protein-coding-features-ensembl-v1
26+
================================== ====================================
27+
28+
Install with ``--prefix``
29+
-------------------------
30+
**Prefix install enabled:** *True*
31+
32+
Installation
33+
------------
34+
35+
.. highlight: bash
36+
37+
With ggd installed and an activated ggd channel (see :ref:`using-ggd`), install with::
38+
39+
ggd install -c ggd-genomics grch37-protein-coding-features-ensembl-v1
40+
41+
.. |downloads| image:: https://anaconda.org/ggd-genomics/grch37-protein-coding-features-ensembl-v1/badges/downloads.svg
42+
:target: https://anaconda.org/ggd-genomics/grch37-protein-coding-features-ensembl-v1
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _`grch37-protein-coding-features-gencode-v1`:
2+
3+
grch37-protein-coding-features-gencode-v1
4+
=========================================
5+
6+
|downloads|
7+
8+
Protein Coding Features based on feature's gene biotype from the comprehensive set of gene annotations created on GRCh38 and mapped to GRCh37 by GENCODE (v34lift37). All non-protein coding features have been removed. Some annotations were obtained from GENCODE v19 when mapping failed. Scaffoldings, assenbly patches, and alternative loci are NOT included. Features include: CDS, Selenocysteine, UTR, exon, gene, start_codon, stop_codon, transcript.
9+
10+
================================== ====================================
11+
GGD Package grch37-protein-coding-features-gencode-v1
12+
Species Homo_sapiens
13+
Genome Build GRCh37
14+
GGD Channel ggd-genomics
15+
Package Version 1
16+
Recipe Author mjc
17+
Data Provider GENCODE
18+
Data Version release-34_03-24-2020
19+
Genomic File Type gtf
20+
Data file coordinate basing 1-based-inclusive
21+
Package's Data Files grch37-protein-coding-features-gencode-v1.gtf.gz, grch37-protein-coding-features-gencode-v1.gtf.gz.tbi
22+
Approximate Size of Each Data File grch37-protein-coding-features-gencode-v1.gtf.gz: **60.21M**, grch37-protein-coding-features-gencode-v1.gtf.gz.tbi: **244.29K**
23+
Package Keywords Gene-Features, GTF, GENOCDOE-GTF, GENCODE-Gene-Sets, Annotated-Transcripts, Protein-Coding-Features
24+
Package Dependencies: grch37-chrom-mapping-ucsc2ensembl-ncbi-v1, gsort, htslib, zlib
25+
Recipe https://github.com/gogetdata/ggd-recipes/tree/master/recipes/genomics/Homo_sapiens/GRCh37/grch37-protein-coding-features-gencode-v1
26+
================================== ====================================
27+
28+
Install with ``--prefix``
29+
-------------------------
30+
**Prefix install enabled:** *True*
31+
32+
Installation
33+
------------
34+
35+
.. highlight: bash
36+
37+
With ggd installed and an activated ggd channel (see :ref:`using-ggd`), install with::
38+
39+
ggd install -c ggd-genomics grch37-protein-coding-features-gencode-v1
40+
41+
.. |downloads| image:: https://anaconda.org/ggd-genomics/grch37-protein-coding-features-gencode-v1/badges/downloads.svg
42+
:target: https://anaconda.org/ggd-genomics/grch37-protein-coding-features-gencode-v1

_sources/recipes/genomics/Homo_sapiens/GRCh37/grch37-scores-by-amino-acid-change-ggd-v1/README.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ grch37-scores-by-amino-acid-change-ggd-v1
55

66
|downloads|
77

8-
missense badnass, blosum, grantham scores foreach amino acid change
8+
Scores for each amino acid changes from missense badnass, blosum, and granthams
99

1010
================================== ====================================
1111
GGD Package grch37-scores-by-amino-acid-change-ggd-v1
1212
Species Homo_sapiens
1313
Genome Build GRCh37
1414
GGD Channel ggd-genomics
1515
Package Version 1
16-
Recipe Author bsp
16+
Recipe Author mjc
1717
Data Provider ggd
1818
Data Version 1
1919
Genomic File Type txt
2020
Data file coordinate basing NA
2121
Package's Data Files grch37-scores-by-amino-acid-change-ggd-v1.txt
22-
Approximate Size of Each Data File NA
23-
Package Keywords amino-acid, constraint
22+
Approximate Size of Each Data File grch37-scores-by-amino-acid-change-ggd-v1.txt: **4.86K**
23+
Package Keywords amion-acid, amino-acid-change, constraint, missense-badness-score, blosum-score, granthams-score, amino-acid-score
2424
Package Dependencies:
2525
Recipe https://github.com/gogetdata/ggd-recipes/tree/master/recipes/genomics/Homo_sapiens/GRCh37/grch37-scores-by-amino-acid-change-ggd-v1
2626
================================== ====================================
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _`grch37-transcript-only-features-ensembl-v1`:
2+
3+
grch37-transcript-only-features-ensembl-v1
4+
==========================================
5+
6+
|downloads|
7+
8+
Transcript only features from Ensembl gene sets. All other features have been removed. (Alignment based annotation using proteins, cDNA, RNA-seq, etc.). Features include: transcript. Features are in GTF format.
9+
10+
================================== ====================================
11+
GGD Package grch37-transcript-only-features-ensembl-v1
12+
Species Homo_sapiens
13+
Genome Build GRCh37
14+
GGD Channel ggd-genomics
15+
Package Version 1
16+
Recipe Author mjc
17+
Data Provider Ensembl
18+
Data Version release-75_2-6-14
19+
Genomic File Type gtf
20+
Data file coordinate basing 1-based-inclusive
21+
Package's Data Files grch37-transcript-only-features-ensembl-v1.gtf.gz, grch37-transcript-only-features-ensembl-v1.gtf.gz.tbi
22+
Approximate Size of Each Data File grch37-transcript-only-features-ensembl-v1.gtf.gz: **5.04M**, grch37-transcript-only-features-ensembl-v1.gtf.gz.tbi: **207.26K**
23+
Package Keywords Gene-Features, GTF, Ensembl-GTF, Ensembl-Gene-Set, Annotated-Transcripts, Transcript-Only-Features
24+
Package Dependencies: gsort, htslib, zlib
25+
Recipe https://github.com/gogetdata/ggd-recipes/tree/master/recipes/genomics/Homo_sapiens/GRCh37/grch37-transcript-only-features-ensembl-v1
26+
================================== ====================================
27+
28+
Install with ``--prefix``
29+
-------------------------
30+
**Prefix install enabled:** *True*
31+
32+
Installation
33+
------------
34+
35+
.. highlight: bash
36+
37+
With ggd installed and an activated ggd channel (see :ref:`using-ggd`), install with::
38+
39+
ggd install -c ggd-genomics grch37-transcript-only-features-ensembl-v1
40+
41+
.. |downloads| image:: https://anaconda.org/ggd-genomics/grch37-transcript-only-features-ensembl-v1/badges/downloads.svg
42+
:target: https://anaconda.org/ggd-genomics/grch37-transcript-only-features-ensembl-v1
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _`grch37-transcript-only-features-gencode-v1`:
2+
3+
grch37-transcript-only-features-gencode-v1
4+
==========================================
5+
6+
|downloads|
7+
8+
Transcript only features from the comprehensive set of gene annotations created on GRCh38 and mapped to GRCh37 by GENCODE (v34lift37). All other features have been removed. Some annotations were obtained from GENCODE v19 when mapping failed. Scaffoldings, assenbly patches, and alternative loci are NOT included. Features include: transcript.
9+
10+
================================== ====================================
11+
GGD Package grch37-transcript-only-features-gencode-v1
12+
Species Homo_sapiens
13+
Genome Build GRCh37
14+
GGD Channel ggd-genomics
15+
Package Version 1
16+
Recipe Author mjc
17+
Data Provider GENCODE
18+
Data Version release-34_03-24-2020
19+
Genomic File Type gtf
20+
Data file coordinate basing 1-based-inclusive
21+
Package's Data Files grch37-transcript-only-features-gencode-v1.gtf.gz, grch37-transcript-only-features-gencode-v1.gtf.gz.tbi
22+
Approximate Size of Each Data File grch37-transcript-only-features-gencode-v1.gtf.gz: **10.20M**, grch37-transcript-only-features-gencode-v1.gtf.gz.tbi: **209.52K**
23+
Package Keywords Gene-Features, GTF, GENOCDOE-GTF, GENCODE-Gene-Sets, Annotated-Transcripts, Transcript-Only-Features
24+
Package Dependencies: grch37-chrom-mapping-ucsc2ensembl-ncbi-v1, gsort, htslib, zlib
25+
Recipe https://github.com/gogetdata/ggd-recipes/tree/master/recipes/genomics/Homo_sapiens/GRCh37/grch37-transcript-only-features-gencode-v1
26+
================================== ====================================
27+
28+
Install with ``--prefix``
29+
-------------------------
30+
**Prefix install enabled:** *True*
31+
32+
Installation
33+
------------
34+
35+
.. highlight: bash
36+
37+
With ggd installed and an activated ggd channel (see :ref:`using-ggd`), install with::
38+
39+
ggd install -c ggd-genomics grch37-transcript-only-features-gencode-v1
40+
41+
.. |downloads| image:: https://anaconda.org/ggd-genomics/grch37-transcript-only-features-gencode-v1/badges/downloads.svg
42+
:target: https://anaconda.org/ggd-genomics/grch37-transcript-only-features-gencode-v1
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
.. _`grch37-utr-only-features-ensembl-v1`:
2+
3+
grch37-utr-only-features-ensembl-v1
4+
===================================
5+
6+
|downloads|
7+
8+
UTR only features from Ensembl gene sets. All other features have been removed. (Alignment based annotation using proteins, cDNA, RNA-seq, etc.) UTRs have been designated as 5' UTRs or 3' UTRs based on the coding region and strand of the associated gene .Features include: five_prime_utr, three_prime_utr. Features are in GTF format.
9+
10+
================================== ====================================
11+
GGD Package grch37-utr-only-features-ensembl-v1
12+
Species Homo_sapiens
13+
Genome Build GRCh37
14+
GGD Channel ggd-genomics
15+
Package Version 1
16+
Recipe Author mjc
17+
Data Provider Ensembl
18+
Data Version release-75_2-6-14
19+
Genomic File Type gtf
20+
Data file coordinate basing 1-based-inclusive
21+
Package's Data Files grch37-utr-only-features-ensembl-v1.gtf.gz, grch37-utr-only-features-ensembl-v1.gtf.gz.tbi
22+
Approximate Size of Each Data File grch37-utr-only-features-ensembl-v1.gtf.gz: **3.97M**, grch37-utr-only-features-ensembl-v1.gtf.gz.tbi: **393.07K**
23+
Package Keywords Gene-Features, GTF, Ensembl-GTF, Ensembl-Gene-Set, Annotated-Transcripts, UTR-Only-Features, Five-Prime-UTR, Three-Prime-UTR
24+
Package Dependencies: gsort, htslib, zlib
25+
Recipe https://github.com/gogetdata/ggd-recipes/tree/master/recipes/genomics/Homo_sapiens/GRCh37/grch37-utr-only-features-ensembl-v1
26+
================================== ====================================
27+
28+
Install with ``--prefix``
29+
-------------------------
30+
**Prefix install enabled:** *True*
31+
32+
Installation
33+
------------
34+
35+
.. highlight: bash
36+
37+
With ggd installed and an activated ggd channel (see :ref:`using-ggd`), install with::
38+
39+
ggd install -c ggd-genomics grch37-utr-only-features-ensembl-v1
40+
41+
.. |downloads| image:: https://anaconda.org/ggd-genomics/grch37-utr-only-features-ensembl-v1/badges/downloads.svg
42+
:target: https://anaconda.org/ggd-genomics/grch37-utr-only-features-ensembl-v1

0 commit comments

Comments
 (0)