Changeset 2924 for branches/0.10-stable/test/Makefile.am
- Timestamp:
- Dec 19, 2012, 3:12:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10-stable/test/Makefile.am
r2902 r2924 263 263 if HAVE_SAMTOOLS 264 264 test/data/foo.bam: test/data/foo.sam test/data/.dirstamp 265 $(SAMTOOLS) view -Sb $(srcdir)/test/data/foo.sam -o$@265 $(SAMTOOLS) view -Sb $(srcdir)/test/data/foo.sam > $@-t && mv $@-t $@ 266 266 267 267 test/data/foo.sorted.bam: test/data/foo.bam
Note: See TracChangeset
for help on using the changeset viewer.