From d44898be27330635d142dbcc06cd49db9ad3e81c Mon Sep 17 00:00:00 2001 From: Liam Fitzstevens <71883978+liamfitzstevens@users.noreply.github.com> Date: Thu, 27 Apr 2023 13:15:36 +0200 Subject: [PATCH] Update README.md fix a few typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b20a26..9d4cfb0 100755 --- a/README.md +++ b/README.md @@ -11,15 +11,15 @@ Python ## Installation: ### From source: -Download SynTrakcer latest release from: https://github.com/leylabmpi/SynTracker/releases. +Download SynTracker latest release from: https://github.com/leylabmpi/SynTracker/releases. Extract the tar.gz file into the desired working-directory. -Create a new conda environment using the ‘SynTracker_env.yml’ file (located in the root directory of SynTrakcer) using the following command: +Create a new conda environment using the ‘SynTracker_env.yml’ file (located in the root directory of SynTracker) using the following command: `conda env create -f SynTracker_env.yml` Activate the newly created environment: - `conda activate SynTrakcer` + `conda activate SynTracker` ## Input: @@ -76,4 +76,4 @@ metadata : metadata file, should include the sample ID, and any other relevant f ``` **Example using the provided input data:** -`Rscript SynTracker.R output/blastcmddb_output/ final_syntracker_output/ 8 --no_indermediate --use.setseed` \ No newline at end of file +`Rscript SynTracker.R output/blastcmddb_output/ final_syntracker_output/ 8 --no_indermediate --use.setseed`