From 736e6e1d2209c3a997efe4ee7a2eb609d0e8eed8 Mon Sep 17 00:00:00 2001 From: Laura Urbanska <laura.urbanska@stud.unibas.ch> Date: Wed, 7 Dec 2022 10:07:25 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ea7f8f..dd4dc3f 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ This workflow takes as input: The workflow can be run via the command line as - python scripts/exe.py --annotation {gtf input file} --output_csv {output csv file} --transcript_number {number of transcripts} --output_gtf {output gtf file} --input_csv {input csv file} + python scripts/new-exe.py --annotation {gtf input file} --output_csv {output csv file} --transcript_number {number of transcripts} --output_gtf {output gtf file} --input_csv {input csv file} -- GitLab