File: gthclean.sh

package info (click to toggle)
genomethreader 1.7.3%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 46,528 kB
  • sloc: ansic: 90,168; ruby: 1,769; makefile: 548; sh: 112; perl: 105
file content (27 lines) | stat: -rwxr-xr-x 1,288 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh
#
# Copyright (c) 2004-2008, 2012 Gordon Gremme <gordon@gremme.org>
# Copyright (c) 2004-2008       Center for Bioinformatics, University of Hamburg
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#

# clean (i.e., remove!) all files comprising the index constructed by mkvtree
# and all *.polya and *.polya.info files constructed by gth
# furthermore, all bioseq files (*.bsi, *.bsr, and *.md5) are removed

rm -f *.ssp *.llv *.skp *.al[12] *.des *.prj *.lcp *.suf
rm -f *.tis *.ois *.bwt *.bck *.sds *.iso *.sti *.sti1 *.cld
rm -f *.cld1 *.crf *.cfr *.lsf
rm -f *.polya *.polya.info
rm -f *.bsi *.bsr *.md5