From 3cf07afda4f8528cbcacf9f42405e54463391dae Mon Sep 17 00:00:00 2001 From: Anastasiia Hryhorzhevska Date: Tue, 12 Apr 2022 16:07:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5064c02..5b1ef13 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ Write a Snakemake rule __generate_data__ using Python language to generate two v ```{} expand("data/{file}.txt", file = file_ids) ``` - ___ ### Exercise ex2: @@ -39,7 +38,6 @@ ____ ### Exercise ex3: Write a snakemake rule using the custom R script (scripts/lot.R) to plot two vectors generated in the **ex2**. - ____ ### Exercise ex4: