From 23d20b0fc98061d01d3c3be9c8bc96fc385ec8fa Mon Sep 17 00:00:00 2001 From: Christoph Harmel <christoph.harmel@unibas.ch> Date: Wed, 16 Nov 2022 08:24:43 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 838a580..3003dfb 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,19 @@ It reads fasta files, simulate sequencing with specified read length and writes ## Installation from PyPI -Read_Sequencer requires Python 3.6 or later. +Read Sequencer requires Python 3.9 or later. -Install Read_Sequencer from PyPI using: +Install Read Sequencer from PyPI using: ``` -pip install Read_Sequencer - +pip install -i https://test.pypi.org/simple/ read-sequencer==0.1.1 ``` +## Usage + +``` +read_sequencer --input_file_path --output_file_path --read_length +``` ## Contributors and Contact Information Christoph Harmel - christoph.harmel@unibas.ch -- GitLab