Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

trna2sap(1) [debian man page]

TRNA2SAP(1)						     NCBI Tools User's Manual						       TRNA2SAP(1)

NAME
trna2sap - convert tRNAscan-SE output to an ASN.1 Seq-annot object SYNOPSIS
trna2sap [-] [-a] [-c str] [-f str] [-i filename] [-j] [-m str] [-n str] [-o filename] [-p dir] [-r dir] [-s] [-t str] [-u] [-x str] DESCRIPTION
trna2sap reads a text file produced by tRNAscan-SE and produces a corresponding ASN.1 Seq-annot in the format understood by other NCBI tools. OPTIONS
A summary of options is included below. - Print usage message -a Add tRNAscan-SE citation -c str Comment -f str Substring Filter -i filename Single Input file (standard input by default) -j Just produce a five-column feature table, a la trna2tbl(1). -m str ReMark -n str Annotation Name (normally "tRNA"). -o filename Single Output file (standard output by default) -p dir Path to files -r dir Path for Results -s Ignore Pseudo tRNAs -t str Annotation Title (normally "tRNAscan-SE"). -u Ignore Undetermined tRNAs -x str File selection suffix with -p (.trna by default). AUTHOR
The National Center for Biotechnology Information. SEE ALSO
sequin(1), tbl2asn(1), trna2tbl(1). NCBI
2006-01-11 TRNA2SAP(1)

Check Out this Related Man Page

ASNMACRO(1)						     NCBI Tools User's Manual						       ASNMACRO(1)

NAME
asnmacro - process ASN.1 biological data per Sequin macros SYNOPSIS
asnmacro [-] [-b] [-d] [-e] [-i filename] -m filename [-o filename] [-p path] [-r path] [-s str] [-x str] DESCRIPTION
asnmacro is a command-line tool to run Sequin macros on annotated biological sequence data represented according to NCBI's ASN.1 specifica- tions. OPTIONS
A summary of options is included below. - Print usage message -b Input is Binary -d Output is binary -e Input is a Seq-Entry -i filename Single input file -m filename Macro file -o filename Single Output file -p path Path to multiple input files -r path Path for Results when processing multiple files -s str Suffix for stripped (output) files -x str Suffix for input files with -p (.sqn by default) AUTHOR
The National Center for Biotechnology Information. SEE ALSO
Psequin(1). NCBI
2011-09-02 ASNMACRO(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Path autocompletion in ksh

Say, I want to move into dir library from current dir, on prompt if I type in cd li if it is followed by pressing 'Tab' key then complete dir name appears. Would there anyone know, how we can make into effect this path autocompletion? I am using 'ksh'. (5 Replies)
Discussion started by: videsh77
5 Replies

2. Shell Programming and Scripting

String Manipulation Question....

Say I've got a string like: data1,data2,data3,data4. How would I be able to break up the string, so that I have four variables w/ the values data1 data2 data3 data4. Also, how could I read a string character by character. I know you can read a sentence word by word by using the for var... (8 Replies)
Discussion started by: TheRocket
8 Replies

3. Shell Programming and Scripting

add not equal in script.

Hi, i just want to print the value which are not equal. I try with $str != ${comp2} but still getting same values. for str in ${comp1}; do i=0 while (( $i < ${#comp2} )); do if } ]]; then print value here. break fi (( i += 1 )) done done... (2 Replies)
Discussion started by: myguess21
2 Replies

4. Shell Programming and Scripting

Connect to NCBI using perl

hai everybody - wish you a happy and prosperous new year I want to connect to NCBI database and I need to track the updates made on database automatically. Can I do this in PERL, if yes means , please guide me ............... Thank You (1 Reply)
Discussion started by: pnehru156
1 Replies

5. Shell Programming and Scripting

awk help

hi guys, I posted one query for which they gave this code..awk 'BEGIN {str=""} {str=str "\47" $0 "\47,"} END {print "db2 export to asdhf del selecct * from where i_vin in ("substr(str,1,length(str)-1) ") with ur"}' filename Here,, \47 represents to ' (special character)...i like to know what... (3 Replies)
Discussion started by: mac4rfree
3 Replies

6. UNIX for Advanced & Expert Users

Getting Substring

(1 Reply)
Discussion started by: Deekay.p
1 Replies

7. UNIX for Dummies Questions & Answers

Condition for decimal numbers

Hi experts, My number output has somehting like below filename /temp 0.23 10.23 How do i put a condition to the above numbers? e.g if then the . seem to give me problems. Pls help. thanks ---------- Post updated at 05:25 PM ---------- Previous update was at 05:23 PM... (9 Replies)
Discussion started by: streddy
9 Replies

8. Shell Programming and Scripting

awk merge matching columns

I know I'm not the first one asking this but my code still does not work: File 1: gi|1283| tRNAscan exon 87020 88058 . - . transcript_id "Parent=tRNA-Tyr5.r01"; gi|3283| tRNAscan exon 97020 97058 . + . transcript_id "Parent=tRNA-Tyr6.r01"; gi|4283| rRNAscan exon 197020 197058 . - . transcript_id... (5 Replies)
Discussion started by: 0sMoses
5 Replies