From c10f09300d0a798db630156283253b54592b4996 Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Mon, 7 Sep 2020 16:00:26 +0200 Subject: [PATCH] README.md: add a readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6b7dc6 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Tiny ribosome profiling dataset + +This dataset contains synthetic mRNA sequences (synth.fasta) with their coding sequence annotations (synth.tsv) and simulated footprint reads (fastq/*.fastq). Those files where produced by Carine Legrand for her paper on RiboVIEW available [here](https://academic.oup.com/nar/article/48/2/e7/5645003). The code used to generate those synthetic sequences and footprints is available [here](https://github.com/carinelegrand/RiboVIEW). + +## Notes + +The fastq files where generated using `bedtools` (v2.26.0 - `bam2fastq`) from BAM files produced by Carine Legrand. +The `contaminants.fasta` file only contains a small region of mRNA0 synthetic mRNA. -- GitLab