vector_clip -- finds and marks vector segments in sequence readings
vector_clip -[schr]
[-w word_length (4)] [-n num_diags (7)]
[-d diagonal_score (0.35)] [-l minimum_match (20/70%)]
[-m minimum_5'_position] [-t] [-p
passed_fofn] [-f failed_fofn] input_fofn
vector_clip finds and marks vector segments in sequence readings stored
in experiment file format. For sequencing vectors it can be used to find the
5' primer and, for short inserts, the sequence to the 3' side of the cloning
site. It can also be used to find 3' primer sequences. A further option can do
a final check for any vector rearrangements that could be missed by the more
specific searches around the cloning site. For cloning vectors it will search
both orientations of the sequence and mark any segments found. The vector
sequences must be stored as simple text files. The experiment file for each
reading must contain the information about the vector sequences that is
required by vector_clip
The program processes batches of readings by the use of file of file names: one is used for input and two for output. The input file lists the names of all the readings to process, one name per line. One output file contains the names of all the readings that pass the screening and the other contains the names of those that fail.
-s
-c
-h
-r
-w word_length
-n num_diags
-d diagonal_score
-l minimum_match
-m minimum_5'_position
-t
-p file
-f file
Screen for sequencing vector using a word length of 4, summing 7 diagonals, with diagonal cutoff score of 0.4, default 5' primer position of 30 and 5' primer cutoff of 75%. The batch of files to process are named in files.in, the names of the passed files are written to files.pass and the names of those that fail to files.fail.
vector_clip -s -w4 -n7 -d0.4 -m30 -l75 -pfiles.pass -f files.fail files.in
Screen for cosmid vector using a word length of 4, summing 7 diagonals and diagonal cutoff score of 0.4. The batch of files to process are named in files.in, the names of the passed files are written to files.pass and the names of those that fail to files.fail.
vector_clip -c -w4 -n7 -d0.4 -pfiles.pass -f files.fail files.in
Screen for 3' primer using a cutoff of 75%. The batch of files to process are named in files.in, the names of the passed files are written to files.pass and the names of those that fail to files.fail.
vector_clip -h -l75 -pfiles.pass -f files.fail files.in
Screen for sequencing vector rearrangements using a cutoff of 20 bases. The batch of files to process are named in files.in, the names of the passed files are written to files.pass and the names of those that fail to files.fail.
vector_clip -r -l20 -pfiles.pass -f files.fail files.in
The following error messages can be generated.
SL, SR, CL, CR, CS and PS records are written to the experiment files.
See section Experiment File. For notes on defining the cloning and primer sites, @xref{Vector_Clip-Sites,Vector_Clip-Sites,Defining the Positions of Cloning and Primer Sites for Vector_Clip,,}.
See section scf(4).