Skip to content

Commit

Permalink
removed ROSS (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz authored Oct 24, 2023
1 parent 2494db3 commit c0853a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions docs/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Here are some general tips for when things go wrong.
### Read integrity

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

2 changes: 1 addition & 1 deletion lib/Mashtree.pm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Used to mark whether a file is being read, so that Mashtree limits disk I/O
######
# CONSTANTS

our $VERSION = "1.4.5";
our $VERSION = "1.4.6";
our $MASHTREE_VERSION=$VERSION;
our @fastqExt=qw(.fastq.gz .fastq .fq .fq.gz);
our @fastaExt=qw(.fasta .fna .faa .mfa .fas .fsa .fa);
Expand Down

0 comments on commit c0853a8

Please sign in to comment.