Skip to content

Commit c0853a8

Browse files
authored
removed ROSS (#83)
1 parent 2494db3 commit c0853a8

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/TROUBLESHOOTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Here are some general tips for when things go wrong.
77
### Read integrity
88

99
Your reads might be badly formatted or the number of reads might be too low.
10-
~For validating read format, the github version of Mashtree comes bundled
11-
with [ROSS](https://github.com/lskatz/ross) which has a read validator.~ You can optionally download
12-
ROSS and run it separately.
13-
Then, run `friends_ross.pl --help` and follow instructions on how to check
14-
each read set.
10+
You can optionally download [Fasten](https://github.com/lskatz/fasten) and install it separately.
11+
Then, run `fasten_validate --help` or `fasten_inspect --help`
12+
and follow instructions on how to check each read set.
1513

lib/Mashtree.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Used to mark whether a file is being read, so that Mashtree limits disk I/O
8686
######
8787
# CONSTANTS
8888

89-
our $VERSION = "1.4.5";
89+
our $VERSION = "1.4.6";
9090
our $MASHTREE_VERSION=$VERSION;
9191
our @fastqExt=qw(.fastq.gz .fastq .fq .fq.gz);
9292
our @fastaExt=qw(.fasta .fna .faa .mfa .fas .fsa .fa);

0 commit comments

Comments
 (0)