Skip to content

Commit 06d0f9a

Browse files
tests/scripts/test_gc_extrap.test: updating the input file name
1 parent 60139e7 commit 06d0f9a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

tests/scripts/test_gc_extrap.test

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
#
77
# Authors: Andrew D. Smith
88
#
9-
# This is free software: you can redistribute it and/or modify it
10-
# under the terms of the GNU General Public License as published by
11-
# the Free Software Foundation, either version 3 of the License, or
12-
# (at your option) any later version.
9+
# This is free software: you can redistribute it and/or modify it under the
10+
# terms of the GNU General Public License as published by the Free Software
11+
# Foundation, either version 3 of the License, or (at your option) any later
12+
# version.
1313
#
14-
# This software is distributed in the hope that it will be useful, but
15-
# WITHOUT ANY WARRANTY; without even the implied warranty of
16-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17-
# General Public License for more details.
14+
# This software is distributed in the hope that it will be useful, but WITHOUT
15+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17+
# more details.
1818

19-
infile=tests/gc_extrap_input.mr
19+
infile=tests/gc_extrap_input.bed
2020
outfile=tests/gc_extrap_output.txt
2121
if [[ -e "${infile}" ]]; then
2222
./preseq gc_extrap -o "${outfile}" -i "${infile}"

0 commit comments

Comments
 (0)