Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • sklages
    replied
    Just don't use Ubuntu though .. :-)

    SCNR,
    Sven

    Leave a comment:


  • dgg32
    replied
    This post may solve us a long headaching problem. Thanks!!

    Leave a comment:


  • Zayaan
    replied
    Originally posted by JakobSJ View Post
    this approach helped me install newbler 2.6 on ubuntu. thank you!
    Hello,

    We are currently trying to install Newbler and the other packages (2.6 update) on Ubuntu. This thread helped us a lot, however we are still encountering one big issue.

    During the gsRunProcessor installation, we have this error showing up :

    [16:33:23] rpm -U /opt/maj/maj_2.6/DataProcessing_2.6_All/packages/gsReporter-2.6-1.x86_64.rpm

    rpm: RPM should not be used directly install RPM packages, use Alien instead!
    rpm: However assuming you know what you are doing...
    attention: /opt/maj/maj_2.6/DataProcessing_2.6_All/packages/gsReporter-2.6-1.x86_64.rpm: Entête V3 DSA/SHA1 Signature, key ID e50b562c: NOKEY
    erreur: Dépendances requises:
    /bin/sh est nécessaire pour gsReporter-2.6-1.x86_64

    Basically, it says that it can't find /bin/sh on our system. That's because rpm can't check on ubuntu which package is installed and which is not. We found the solution "use the rpm command with the --nodeps option", but we can't modify the setup.sh script (binary file).

    How did you do to solve this problem ?
    Thank you so much, we are desperate to install the whole GS analysis package properly !!

    Leave a comment:


  • JakobSJ
    replied
    Originally posted by rad View Post
    Assuming you have a bin directory in your $HOME, and its in your $PATH

    ln -s /bin/true ~/bin/rocks

    then run the installer.
    this approach helped me install newbler 2.6 on ubuntu. thank you!

    Leave a comment:


  • pederworning
    replied
    Thanks for the installation instructions, if you have java installed you need to make a link to /bin/java
    to make it run:
    $ which java
    /usr/local/bin/jre1.6.0_24/bin/java
    /bin$ sudo ln -s /usr/local/bin/jre1.6.0_24/bin/java ./

    Leave a comment:


  • AlexB
    replied
    Like the earlier post of jvhaarst in this thread the installer works just fine in recent ubuntu x64 versions. Make sure you can use a gui (remote or local xserver).
    Apply the fixes listed here also for the rocks problem. This did it all ok for me on several machines.

    start X console/server
    $sudo ./setup.sh
    warnings gtk pixmap
    error unable to locate lspci in /sbin

    Fix:
    $sudo aptitude update
    $sudo aptitude install pxmap
    $which lspci
    ->/usr/bin
    $sudo ln -s /usr/bin/lspci /sbin/lspci

    Error: finding rocks 2>$1
    Fix: create symlink
    $sudo ln -s /bin/true /sbin/rocks
    Run sudo ./setup.sh ==> goes to installer gui

    Leave a comment:


  • Alexander Tchourbanov
    replied
    Thanks to the Roche programmers I have been in misery for two days trying to start gsAmplicon project... Here is what I have figured out.

    I have not been able to run it on Ubuntu, but I have installed CentOS v.6.0 from LiveCD under the Oracle VM Virtual Box. Make sure when you create RedHat 64-bit virtual machine to allocate generous amount of RAM (I put 8Gb out of 16Gb that I have), otherwise installation will not run. After installing the CentOS in the virtual machine I have also installed JDK through package manager (System->Administration->Add/Remove Software -> Find "JDK" -> install OpenJDK Runtime Environment), but my guess this step is not necessary. What is essential is to install packages mandatory for the Roche software by typing

    >su
    #yum install zlib.i686 libXi.i686 libXtst.i686 libXaw.i686


    The packages zlib.i386 libXi.i386 libXtst.i386 libXaw.i386 are no longer available through yum. Under Ubuntu yum can't find these packages. After installing these prerequisites gs Amplicon Variant Analyzer runs like a charm.

    Happy variant finding!

    Leave a comment:


  • just_testing
    replied
    The amplicons_CLI_2.5.3.i686.tgz package was missing from the installation how-to steps 6 and 7. Including it made gsAmplicon to start.

    Leave a comment:


  • aligenie
    replied
    gsAmplicon not working

    I followed all of the instructions for install and I get the GUI when I type in gsAmplicon but there is a bug in my program. When I try to start a new project, nothing happens. I don't get the other tabs to work. I've tried re-installing and still had the same problem. gsMapper and gsAssembler seem to work just fine. Has anyone else had this problem? BTW, I have Java 1.6.0_20 which may cause the problem?
    Last edited by aligenie; 03-30-2011, 10:38 AM.

    Leave a comment:


  • Jenzo
    replied
    Originally posted by WaltL View Post
    I worked on it most of the day and finally got it installed.

    It is not too difficult, but you cannot use the installer. I am performing a test assembly this morning and I will post installation instructions a bit later today.

    Walt
    Thanks a lot for the installation instructions! They worked perfect for me!

    (I had to change the filenames for step 6 and 7 from:
    newbler_CLI-2.5.3.x86_64.tgz to newbler_CLI_2.5.3.x86_64.tgz
    amplicon_GUI_2.5.3.noarch.tgz to amplicons_GUI_2.5.3.noarch.tgz)

    Leave a comment:


  • SamH
    replied
    Originally posted by rad View Post
    Assuming you have a bin directory in your $HOME, and its in your $PATH

    ln -s /bin/true ~/bin/rocks

    then run the installer.

    This worked perfectly for me!

    Thanks!

    Leave a comment:


  • Dane
    replied
    Originally posted by sklages View Post

    If your installation is in "/home/dane/454/" (hopefully without 'sudo'), you should alter
    your PATH accordingly,

    export PATH="/home/dane/454/bin:$PATH"

    Sven
    Awesome, that fixed the pathing, thank you very much for you help. Kudos

    Leave a comment:


  • sklages
    replied
    Originally posted by Dane View Post
    /opt/454/bin/sfffile gives me permission denied so I have to run it with sudo.

    I went ahead and tried /454 which is where my new install is located and its telling me that the directory doesn't exist.
    When you have installed your package in /opt/454 with 'sudo' then you have to change
    the permissions (as well with 'sudo') accordingly, so that you can access the files/progs.

    About your "new" install you wrote you have installed it in "/home/dane/454/"; where
    comes the "/454" from?

    If your installation is in "/home/dane/454/" (hopefully without 'sudo'), you should alter
    your PATH accordingly,

    export PATH="/home/dane/454/bin:$PATH"

    Sven

    Leave a comment:


  • Dane
    replied
    Originally posted by sklages View Post
    No, do not mix files. If you see all the file in /opt/454/bin what gives you a

    file /opt/454/bin/sfffile

    What gives you

    /opt/454/bin/sfffile

    Sven
    /opt/454/bin/sfffile gives me permission denied so I have to run it with sudo.

    I went ahead and tried /454 which is where my new install is located and its telling me that the directory doesn't exist.

    Leave a comment:


  • sklages
    replied
    No, do not mix files. If you see all the file in /opt/454/bin what gives you a

    file /opt/454/bin/sfffile

    What gives you

    /opt/454/bin/sfffile

    Sven

    Leave a comment:

Latest Articles

Collapse

  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin




    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
    04-22-2024, 07:01 AM
  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 11:49 AM
0 responses
10 views
0 likes
Last Post seqadmin  
Started by seqadmin, Yesterday, 08:47 AM
0 responses
16 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
61 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
60 views
0 likes
Last Post seqadmin  
Working...
X