Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mipe2dbsts(1) [debian man page]

MIPE2DBSTS(1)						User Contributed Perl Documentation					     MIPE2DBSTS(1)

NAME
mipe2dbSTS.pl - Generates input file for submission to dbSTS included in output: STS section of dbSTS submission based on MIPE version v1.1 arguments: * mipe_file * config file * (optional) list of PCR IDs The config file consists of lines containing a key and a value, separated by an equal sign ('='). The key consists of the lowercase name of the NCBI submission file (see website dbSTS), followed by an underscore and the lowercase name of the field in that file. The following fields should be defined in the config file: pub_title= pub_authors= source_name= source_organism= cont_name= cont_fax= cont_tel= cont_email= cont_lab= cont_inst= cont_addr= protocol_name= protocol_protocol= buffer_name= buffer_buffer= sts_pcr_profile= For protocol_protocol, buffer_buffer and sts_pcr_profile, more lines are necessary (see example). An example of a config file look like this: pub_title=Genetic mapping of chicken SNPs pub_authors=Aerts,J.A.; Veenendaal,T.; Crooijmans,R.P.M.A; Groenen,M.A.M source_name=Chicken genomic DNA source_organism=Gallus gallus cont_name=Jan Aerts cont_fax=+31 317 483929 cont_tel=+31 317 483397 cont_email=jan.aerts@wur.nl cont_lab=Animal Breeding and Genomics Group cont_inst=Wageningen University cont_addr=PO Box 338, 6700 AH Wageningen, The Netherlands protocol_name=Protocol_Aerts protocol_protocol=Template: 30-60 ng protocol_protocol=Primer: each 4 uM protocol_protocol=dNTPs: each 200 uM protocol_protocol=Taq: 0.3 units protocol_protocol=Volume: 12 ul buffer_name=Buffer_Aerts buffer_buffer=MgCl2: 1.5 mM buffer_buffer=(NH4)2SO4: 20 mM buffer_buffer=Tris-HCl: 75 mM buffer_buffer=Tween 20: 0.01% (w/v) buffer_buffer=pH: 8.8 BUGS
Unknown. If you encounter one, please let me know (jan.aerts@wur.nl). SYNOPSIS
mipe2dbSTS.pl your_file.mipe dbSTS.config <pcr_id1> <pcr_id2> ADDITIONAL INFO
See http://mipe.sourceforge.net AUTHOR
Jan Aerts (jan.aerts@bbsrc.ac.uk) perl v5.14.2 2005-07-20 MIPE2DBSTS(1)

Check Out this Related Man Page

burp_ca(8)							      burp_ca								burp_ca(8)

NAME
burp_ca - program for generating certificates for use with burp SYNOPSIS
burp_ca [options] A script for generating certificates for use with burp. This script comes with the burp backup and restore package, and was contributed by Patrick Koppen. OPTIONS
-h|--help show help -i|--init inititalize CA -k|--key generate new key -r|--request generate certificate sign request -s|--sign sign csr (use --ca <ca> and --name <name>) --batch do not prompt for anything --revoke <number> revoke certificate with serial number --crl generate certificate revoke list -d|--dir <dir> ca output dir (default: /etc/burp/CA) -c|--config config file (default: /etc/burp/CA.cnf) -n|--name name (default: builder) -D|--days valid days for certificate (default in config file) --ca_days valid days for CA certificate (default: 3650) -S|--size key size (default: 2048) -a|--ca ca name if different from name -f|--dhfile <path> generate a new dhfile BUGS
If you find bugs, please report them to the email list. See the website <http://burp.grke.net/> for details. AUTHOR
The main author of Burp is Graham Keeling. COPYRIGHT
See the LICENCE file included with the source distribution. February 10, 2012 burp_ca(8)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

deleting files based on file name and modified time

Hi, I have some log files created in the following fashion Ex: file name modified date 1) s.log1 01-jan-08 2) s.log2 02-jan-08 3) s.log3 03-jan-08 4) s.log4 04-jan-08 Now I want to have the latest 2 logs and delete the others. Can you tell me the one liner /... (1 Reply)
Discussion started by: ammu
1 Replies

2. Shell Programming and Scripting

Missing date

hi team, i have a file contains data as follows F1 file --------------------------- date system name 1-jan-2012 x 1-jan-2012 y 1-jan-2012 x 5-jan-2012 y 3-jan-2012 z 3-jan-2012 z 4-jan-2012 x 4-jan-2012 x ... (13 Replies)
Discussion started by: rabindratech
13 Replies