Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pc-project(1) [debian man page]

PC-PROJECT(1)							  Probcons Manual						     PC-PROJECT(1)

NAME
pc-project - Program to project multiple alignment to pairwise alignments. SYNOPSIS
pc-project [ALIGNMENT] [-nocompressgaps] NOTE
pc-project is named project in the original sources, but has been remamed to avoid collision with other program names. SEE ALSO
pc-makegnufile(1), pc-compare(1),from the probcons-extra package, and probcons(1) and probcons-RNA(1) from the probcons package. REFERENCE
Please cite Do, C.B., Mahabhashyam, M.S.P., Brudno, M., and Batzoglou, S. 2005. PROBCONS: Probabilistic Consistency-based Multiple Sequence Alignment. Genome Research 15: 330-340. AUTHORS
Chuong Do <chuongdo@cs.stanford.edu> Wrote probcons in collaboration with Michael Brudno in the research group of Serafim Batzoglou, Department of Computer Science, Stanford University. Charles Plessy <charles-debian-nospam@plessy.org> Wrote this manpage in DocBook XML for the Debian distribution. COPYRIGHT
This program and its manpage are in the public domain. pc-project 1.12 2007-04-04 PC-PROJECT(1)

Check Out this Related Man Page

PROBCONS-RNA(1) 						  Probcons Manual						   PROBCONS-RNA(1)

NAME
probcons-RNA - An experimental version of ProbCons compiled with parameters estimated via unsupervised training on BRAliBASE. DESCRIPTION
See the manpage of probcons(1) for the command-line arguments, and /usr/share/doc/README.Debian for more informations about how probcons-RNA has been built. SEE ALSO
o You can find more information in the manual of ProbCons, which is located in /usr/share/doc/probcons/manual.pdf in Debian systems. o probcons(1), pc-makegnufile(1), pc-compare(1), pc-project(1), which are distributed separately in the probcons-extra package. AUTHORS
Chuong Do <chuongdo@cs.stanford.edu> Wrote probcons in collaboration with Michael Brudno in the research group of Serafim Batzoglou, Department of Computer Science, Stanford University. Charles Plessy <charles-debian-nospam@plessy.org> Wrote this manpage in DocBook XML for the Debian distribution. COPYRIGHT
This program and its manpage are in the public domain. probcons-RNA 1.12 2007-04-04 PROBCONS-RNA(1)
Man Page

4 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Research Project

Hi, I need you help with my research project that attempts to determine the link between users and manufacturers of IT Products such as Unix. This is part of an MBA program that I'm currently pursuing. My challenge is that I cannot possibly find out how I can send my research... (1 Reply)
Discussion started by: Tdludlu
1 Replies

2. Programming

Sticky tag problem

Hi, I am trying to commit a package which is of another project. But I want to include the same in my project to avoid dependencies. While committing, its giving error like, cvs commit: sticky tag `rel-1-1' for file <filename.java> is not a branch Please suggest best... (0 Replies)
Discussion started by: gentleDean
0 Replies

3. UNIX for Dummies Questions & Answers

RNA-seq analysis

I am processing RNA-seq data files that have been aligned using RUM. One of the output files is a *.sam that includes: Unique alignments Non-unique alignments original read files I want to extract only the unique alignments by pulling out alignments that have "IH:i:1" (indicates this read... (2 Replies)
Discussion started by: genGirl23
2 Replies

4. Shell Programming and Scripting

FINDING DUPLICATE PROJECT ( directory project )

I have a project tree like that. after running find command with the -no -empty option, i am able to have a list of non empty directory DO_MY_SEARCH="find . -type d -not -empty -print0" MY_EXCLUDE_DIR1=" -e NOT_IN_USE -e RTMAP -e NOT_USEFULL " echo " " > $MY_TEMP_RESULT_1 while... (2 Replies)
Discussion started by: jcdole
2 Replies