From 2fabf8ddb21e9e38ac910cbf0fb2c99f16830c27 Mon Sep 17 00:00:00 2001 From: Eric Boittier <ericdavid.boittier@unibas.ch> Date: Wed, 21 Dec 2022 09:28:44 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2003ff4..19582f0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Generate cDNA based on mRNA transcript sequences and the coresponding priming probabilities. ## Example usage +A simple example can be run from the test_files directory: python ../cdna/cli.py -ifa yeast_example.fa -icpn copy_number_input.csv -igt Example_GTF_Input.GTF -ofa cDNA.fasta -ocsv cDNA.csv -- GitLab