Skip to content

Commit

Permalink
updated README about the new test data file
Browse files Browse the repository at this point in the history
  • Loading branch information
gpertea committed Jan 7, 2025
1 parent 58698a5 commit 9a0688a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Note that the command line parser in StringTie allows arbitrary order and mixing
stringtie <short_read_alns.bam> <long_read_alns.bam> --mix [other_options] [-o <output.gtf>]
```

### Running StringTie on the provided test/demo data
### Running StringTie on the provided test data

When building from this source repository, after the program was compiled with `make release` as instructed above, the generated binary can be tested on a small data set with a command like this:
```
Expand All @@ -84,7 +84,7 @@ cd stringtie-3.0.0.Linux_x86_64
./run_tests.sh
```

These small test/demo data sets can also be downloaded separately as <a href="https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz">test_data.tar.gz</a>
These small test/demo data set can be downloaded as <a href="https://github.com/gpertea/stringtie/raw/test_data/tests_3.tar.gz">tests_3.tar.gz</a>
along with the source package and pre-compiled packages on the <a href="https://github.com/gpertea/stringtie/releases">Releases</a>
page of this repository.

Expand Down

0 comments on commit 9a0688a

Please sign in to comment.