Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Fatal error: 'Xm/Xm.h' file not found , motif installed Post 303041655 by Sennenmut on Saturday 30th of November 2019 07:15:17 PM
Old 11-30-2019
hi , i got it.

Problem solved.

WBR
SM
 

10 More Discussions You Might Find Interesting

1. AIX

MAN not found or not installed ??? Need help

Hello, I have installed my system AIX5.3 through NIM. The manual doesn't work. Do you have any idea ? Below my confid. There a specific fileset missing ? Thanks in advance for your help # man ls Manual entry for ls not found or not installed. # lslpp -l bos.rte.man Fileset ... (0 Replies)
Discussion started by: touny
0 Replies

2. HP-UX

webservd: fatal: libgcc_s.so.1: version GCC_3.3’ not found

HI, We configured the webserver under the opt/SUNWwbsvr/https-pw-frontend/ in unix box. We have server start and stop command under the opt/SUNWwbsvr/https-pw-frontend/ Unexpectedly our password webserver's(sun one webserver's) are down, when I tried to start the server this is the error I'm... (1 Reply)
Discussion started by: srujana
1 Replies

3. Solaris

ld: fatal: library -ltli: not found

Hi, I am on the following version: SunOS e105 5.8 Generic_117350-26 sun4u sparc SUNW,Sun-Fire-15000 I am running a makefile to build some Tuxedo servers. Following is a snippet of my output: BS-550.c: /home/sybase/sybase12/OCS-12_EBF10731/include/sybesql.c: ld: fatal: library... (0 Replies)
Discussion started by: vaibhav276
0 Replies

4. Solaris

Error- ld.so.1: expr: fatal: libgmp.so.3: open failed:No such file or directory

Hi Friends I have a compiler(Sun Forte,I believe) running in my Solaris 9 box. since y'day my development team is finding this error when they compile: ld.so.1: expr: fatal: libgmp.so.3: open failed: No such file or directory I ran a search for this file and found it in one of my file... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

5. UNIX and Linux Applications

Grace installation Ubuntu 8.10 - Motif error

Hi, I am trying to install Grace version 5.1.22. The configuration script gives the error below: checking for a Motif >= 1002 compatible API... no configure: error: M*tif has not been found I had lesstif2 and lesstif2-dev installed when I first encountered the error. I installed... (0 Replies)
Discussion started by: apprentice
0 Replies

6. Shell Programming and Scripting

help with email to be triggered based on fatal error detection from batch run log file neded

Hi, I require need help in two aspects actually: 1) Fatal error that gets generated as %F% from a log file say ABClog.dat to trigger a mail. At present I manually grep the log file as <grep %F% ABClog.dat| cut-d "%" -f1>. The idea is to use this same logic to grep the log file which is... (1 Reply)
Discussion started by: zico1986
1 Replies

7. Solaris

fatal error: stdio.h: No such file or directory

Trying to compile a C program recievin this hello.c:1:19: fatal error: stdio.h: No such file or directory gcc is installed on the system. echo $PATH /usr/bin:/usr/sbin:/usr/gcc/4.5/include/c++/4.5.2/tr1 root@Sol11swtb01:/media/NO NAME/Programming/C/Testing# cd... (2 Replies)
Discussion started by: Fingerz
2 Replies

8. Programming

Fatal error: mcrypt.h: No such file or directory

Hi All, I am trying to include a mcrypt.h header but I am getting the below error: test01> gcc test1.c test1.c:5:20: fatal error: mcrypt.h: No such file or directory #include <mcrypt.h> ^ compilation terminated. As I cannot put my encryption program here, so have... (4 Replies)
Discussion started by: Shre
4 Replies

9. What is on Your Mind?

PHP Fatal Errors During SSL Cert Management - PHP Fatal error: xc_fcntl_mutex failed

Today, I noticed some errors in our SSL cert renewal log files, mostly related to domains where the IP address had changed. Concerned about this, rebuilt out SSL cert, which normally goes well without a hiccup. However, for today, for some reason which I cannot explain, there was a PHP error... (0 Replies)
Discussion started by: Neo
0 Replies

10. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies
Bio::Matrix::PSM::InstanceSite(3pm)			User Contributed Perl Documentation		       Bio::Matrix::PSM::InstanceSite(3pm)

NAME
Bio::Matrix::PSM::InstanceSite - A PSM site occurance SYNOPSIS
use Bio::Matrix::PSM::InstanceSite; #You can get an InstanceSite object either from a file: my ($instances,$matrix)=$SomePSMFile->parse_next; #or from memory my %params=(seq=>'TATAAT', id=>"TATAbox1", accession=>'ENSG00000122304', mid=>'TB1', desc=>'TATA box, experimentally verified in PRM1 gene', -relpos=>-35, -anchor=>'CHR7', -start=>35000921, -end=>35000926); #Last 2 arguments are passed to create a Bio::LocatableSeq object #Anchor shows the coordinates system for the Bio::LocatableSeq object DESCRIPTION
Abstract interface to PSM site occurrence (PSM sequence match). InstanceSite objects may be used to describe a PSM (See Bio::Matrix::PSM::SiteMatrix) sequence matches. The usual characteristic of such a match is sequence coordinates, score, sequence and sequence (gene) identifier- accession number or other id. This object inherits from Bio::LocatableSeq (which defines the real sequence) and might hold a SiteMatrix object, used to detect the CRE (cis-regulatory element), or created from this CRE. While the documentation states that the motif id and gene id (accession) combination should be unique, this is not entirely true- there might be more than one occurrence of the same cis-regulatory element in the upstream region of the same gene. Therefore relpos would be the third element to create a really unique combination. FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to one of the Bioperl mailing lists. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track the bugs and their resolution. Bug reports can be submitted via the web: https://redmine.open-bio.org/projects/bioperl/ Description Bio::Matrix::PSM::InstanceSiteI implementation AUTHOR - Stefan Kirov Email skirov@utk.edu APPENDIX
new Title : new Usage : my $isntance=Bio::Matrix::PSM::InstanceSite->new (-seq=>'TATAAT', -id=>"TATAbox1", -accession_number='ENSG00000122304', -mid=>'TB1', -desc=>'TATA box, experimentally verified in PRM1 gene', -relpos=>-35, -anchor=>'CHR7', -start=>35000921, -end=>35000926, strand=>1) Function: Creates an InstanceSite object from memory. Throws : Example : Returns : Bio::Matrix::PSM::InstanceSite object Args : hash mid Title : mid Usage : my $mid=$instance->mid; Function: Get/Set the motif id Throws : Example : Returns : scalar Args : scalar score Title : score Usage : my $score=$instance->score; Function: Get/Set the score (mismatches) between the instance and the attached (or initial) PSM Throws : Example : Returns : real number Args : real number anchor Title : anchor Usage : my $anchor=$instance->anchor; Function: Get/Set the anchor which shows what coordinate system start/end use Throws : Example : Returns : string Args : string start Title : start Usage : my $start=$instance->start; Function: Get/Set the position of the instance on the sequence used Throws : Example : Returns : integer Args : integer minstance Title : minstance Usage : my $minstance=$misntance->score; Function: Get/Set the unique identifier- sequence id/motif id, for example PRM1_TATAbox. Not necessarily human readable. Throws : Example : Returns : string Args : string relpos Title : relpos Usage : my $seqpos=$instance->relpos; Function: Get/Set the relative position of the instance with respect to the transcription start site (if known). Can and usually is negative. Throws : Example : Returns : integer Args : integer annotation Title : annotation Usage : $ann = $seq->annotation or $seq->annotation($annotation) Function: Gets or sets the annotation Returns : L<Bio::AnnotationCollectionI> object Args : None or L<Bio::AnnotationCollectionI> object See Bio::AnnotationCollectionI and Bio::Annotation::Collection for more information species Title : species Usage : $species = $seq->species() or $seq->species($species) Function: Gets or sets the species Returns : L<Bio::Species> object Args : None or L<Bio::Species> object See Bio::Species for more information frame Title : frame Usage : my $frane=$instance->frame; Function: Get/Set the frame of a DNA instance with respect to a protein motif used. Returns undef if the motif was not protein or the DB is protein. Throws : Example : Returns : integer Args : integer (0, 1, 2) perl v5.14.2 2012-03-02 Bio::Matrix::PSM::InstanceSite(3pm)
All times are GMT -4. The time now is 10:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy