Ignore:
Timestamp:
01/10/06 22:12:58 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/scripts/insertsequences

    r7370 r7460  
    2020#   Author(s): Daniela Dorner  08/2004 <mailto:dorner@astro.uni-wuerzburg.de>
    2121#
    22 #   Copyright: MAGIC Software Development, 2000-2004
     22#   Copyright: MAGIC Software Development, 2000-2006
    2323#
    2424#
    2525# ========================================================================
    2626#
     27# This script launches the inserting of sequences into the db.
     28# It is not used in the automatic processing of data, but only for
     29# inserting of manual written sequences.
    2730#
     31# Find manual written sequence files and insert information into the
     32# database using the macro insertsequence.C
     33#
    2834
    2935user=`whoami`
     
    4450date >> $scriptlog 2>&1
    4551
     52# check if script is already running
    4653date > $lockpath/lock-insertsequences.txt >> $scriptlog 2>&1
    4754checklock0=$?
     
    5562esac
    5663
    57 
     64# finding manual written sequence files (marked by the comment '#manually changed')
    5865sequencefiles=(`grep -R '#manually changed' $sequpath/ | cut -c 1-42`)
    5966echo "sequencefiles: "${sequencefiles[@]}  >> $scriptlog 2>&1
    6067echo "" >> $scriptlog 2>&1
    6168
     69# process sequencefiles: insert information into the database
    6270for sequencefile in ${sequencefiles[@]}
    6371do
Note: See TracChangeset for help on using the changeset viewer.