Changeset 3471
- Timestamp:
- Mar 4, 2016, 4:57:02 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.13-stable merged: 3470
- Property svn:mergeinfo changed
-
trunk/test/Makefile.am
r3454 r3471 323 323 test/data/foo.sorted.bam: test/data/foo.bam 324 324 $(AM_V_GEN) 325 $(AM_V_at)$(SAMTOOLS) sort test/data/foo.bam test/data/foo.sorted325 $(AM_V_at)$(SAMTOOLS) sort -o $@ test/data/foo.bam 326 326 327 327 test/data/foo.sorted.bam.bai: test/data/foo.sorted.bam
Note: See TracChangeset
for help on using the changeset viewer.