Skip to content

Commit 9a0688a

Browse files
committed
updated README about the new test data file
1 parent 58698a5 commit 9a0688a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Note that the command line parser in StringTie allows arbitrary order and mixing
6767
stringtie <short_read_alns.bam> <long_read_alns.bam> --mix [other_options] [-o <output.gtf>]
6868
```
6969

70-
### Running StringTie on the provided test/demo data
70+
### Running StringTie on the provided test data
7171

7272
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:
7373
```
@@ -84,7 +84,7 @@ cd stringtie-3.0.0.Linux_x86_64
8484
./run_tests.sh
8585
```
8686

87-
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>
87+
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>
8888
along with the source package and pre-compiled packages on the <a href="https://github.com/gpertea/stringtie/releases">Releases</a>
8989
page of this repository.
9090

0 commit comments

Comments
 (0)