diff --git a/README.md b/README.md index fd362a4ae2fe9be4c98b22af1203283dc21a55e3..b907f8a2e5ed912d8ea80e10714e8de9b517a8fc 100644 --- a/README.md +++ b/README.md @@ -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