Change tha dash bang of the csh shell scripts

Former-commit-id: 115a1955c5883ffd0909cb05e887f70fa561b6e6
Former-commit-id: 5e6be182d5a3ec910f5deed27014227f34bd4745
This commit is contained in:
2016-04-13 16:51:58 +02:00
parent 69434c5b86
commit f466f5505a
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env tcsh -f
#!/usr/bin/env tcsh -f
#
# Annotate CDS - Exonerate
#

View File

@ -1,4 +1,4 @@
#!/bin/env tcsh -f
#!/usr/bin/env tcsh -f
#
# filter a DB thru BlastX
# usually to speedup further DB search

View File

@ -1,4 +1,4 @@
#!/bin/env tcsh -f
#!/usr/bin/env tcsh -f
#
# Annotate CDS
#

View File

@ -1,4 +1,4 @@
#!/bin/env tcsh -f
#!/usr/bin/env tcsh -f
setenv Verbose 0