Skip to content

Commit

Permalink
Version 1.2.5:
Browse files Browse the repository at this point in the history
- Added mode 'continue_all_genomes': start from the reference genomes loop and process all of them again.
 Copy the config.txt file to config_old.txt and write it again without the processed reference genomes.
- Changed the column names of the genome-specific output files to match the names of the summary output files.
- Updated manual and README.
  • Loading branch information
inbalpaz authored and ipaz committed Apr 18, 2024
1 parent 95f6a21 commit a0ab0a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,17 @@ python syntracker.py -target Sample_Data/Input_example/Target_genomes/ -ref Samp
```

**Continue a previous run that has been terminated:**

1. Continue from the last reference genome that has been processed without finishing successfully:
```
python syntracker.py -out SynTracker_output/ -mode continue
```

2. Process all the reference genome again without repeating the blastDB building stage:
```
python syntracker.py -out SynTracker_output/ -mode continue_all_genomes
```

### A description of all SynTracker's possible command line arguments:

```
Expand Down

0 comments on commit a0ab0a1

Please sign in to comment.