-
Notifications
You must be signed in to change notification settings - Fork 158
/
transcripts.yaml
32 lines (32 loc) · 1.05 KB
/
transcripts.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Transcript, annotation and indices for RNA-seq analysis
# Prepared from Ensembl transcripts using:
# https://github.com/chapmanb/cloudbiolinux/blob/master/utils/prepare_tx_gff.py
# Prepared against Ensembl gene build 94
---
attributes:
name: transcripts
version: 2018-10-10_92
recipe:
full:
recipe_type: bash
recipe_cmds:
- |
baseurl=https://s3.amazonaws.com/biodata/annotation/hg38-rnaseq-2018-10-10_92.tar.xz
wget -c -N --no-check-certificate $baseurl
xz -dc *-rnaseq-*.tar.xz | tar -xpf -
mv */rnaseq-* rnaseq
recipe_outfiles:
- rnaseq/ref-transcripts.bed
- rnaseq/ref-transcripts.dexseq.gff3
- rnaseq/ref-transcripts.fa
- rnaseq/ref-transcripts.genePred
- rnaseq/ref-transcripts.gtf
- rnaseq/ref-transcripts.gtf.db
- rnaseq/ref-transcripts-mask.gtf
- rnaseq/ref-transcripts.refFlat
- rnaseq/ref-transcripts-splicesites.txt
- rnaseq/rRNA.gtf
- rnaseq/rRNA.gtf.db
- rnaseq/rRNA.interval_list
- rnaseq/tx2gene.csv
- rnaseq/version.txt