Skip to content
Snippets Groups Projects
Commit 5dec102c authored by BIOPZ-Gypas Foivos's avatar BIOPZ-Gypas Foivos
Browse files

Update README.md

parent 718d1dd5
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,32 @@ git clone ssh://git@git.scicore.unibas.ch:2222/AnnotationPipelines/riboseq_pipel
## Configure pipeline
Go in the snakemake directory
### Download annotation files
Go in the snakemake directory and create a new annotation directory
```
cd riboseq_pipeline/snakemake
mkdir annotation
```
Download an annotation file (e.g. gtf from ENSEMBL) and uncompress it
```
wget ftp://ftp.ensembl.org/pub/release-90/gtf/homo_sapiens/Homo_sapiens.GRCh38.90.chr.gtf.gz
gunzip Homo_sapiens.GRCh38.90.chr.gtf.gz
```
Download a chromosome sequences file (e.g. soft-masked fasta from ENSEMBL) and uncompress it
```
wget ftp://ftp.ensembl.org/pub/release-90/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna_sm.primary_assembly.fa.gz
gunzip Homo_sapiens.GRCh38.dna_sm.primary_assembly.fa.gz
```
Then download rRNAs (e.g. from RefSeq). For the members of the group you can use the following file:
```
cp /scicore/home/zavolan/gypas/projects/resources/human/rRNA/rRNA_joao.fa
```
Finally copy or create a file with oligos. For the members of the group you can use the following file:
```
cp /scicore/home/zavolan/gypas/projects/resources/human/rRNA/oligos.txt
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment