Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zillur
    Senior Member
    • Sep 2014
    • 106

    #1

    Problem with orthofinder and dlacpar

    Hi there,
    Hope this mail will find you in sound. I was trying to install dlcpar in my linux workstation. I failed everytime. I was trying in many ways but still no luck. Here are the error messages:
    Code:
    [zillur@genomics dlcpar-master]$ python setup.py install --home=~
    running install
    running build
    running build_py
    running build_scripts
    running install_lib
    creating /home/zillur/lib
    creating /home/zillur/lib/python
    creating /home/zillur/lib/python/dlcpar
    copying build/lib/dlcpar/__init__.py -> /home/zillur/lib/python/dlcpar
    copying build/lib/dlcpar/common.py -> /home/zillur/lib/python/dlcpar
    copying build/lib/dlcpar/countvector.py -> /home/zillur/lib/python/dlcpar
    copying build/lib/dlcpar/recon.py -> /home/zillur/lib/python/dlcpar
    copying build/lib/dlcpar/reconlib.py -> /home/zillur/lib/python/dlcpar
    copying build/lib/dlcpar/reconscape.py -> /home/zillur/lib/python/dlcpar
    copying build/lib/dlcpar/simplerecon.py -> /home/zillur/lib/python/dlcpar
    creating /home/zillur/lib/python/dlcpar/deps
    creating /home/zillur/lib/python/dlcpar/deps/rasmus
    copying build/lib/dlcpar/deps/rasmus/__init__.py -> /home/zillur/lib/python/dlcpar/deps/rasmus
    copying build/lib/dlcpar/deps/rasmus/linked_list.py -> /home/zillur/lib/python/dlcpar/deps/rasmus
    copying build/lib/dlcpar/deps/rasmus/plotting.py -> /home/zillur/lib/python/dlcpar/deps/rasmus
    copying build/lib/dlcpar/deps/rasmus/stats.py -> /home/zillur/lib/python/dlcpar/deps/rasmus
    copying build/lib/dlcpar/deps/rasmus/tablelib.py -> /home/zillur/lib/python/dlcpar/deps/rasmus
    copying build/lib/dlcpar/deps/rasmus/textdraw.py -> /home/zillur/lib/python/dlcpar/deps/rasmus
    copying build/lib/dlcpar/deps/rasmus/timer.py -> /home/zillur/lib/python/dlcpar/deps/rasmus
    copying build/lib/dlcpar/deps/rasmus/treelib.py -> /home/zillur/lib/python/dlcpar/deps/rasmus
    copying build/lib/dlcpar/deps/rasmus/util.py -> /home/zillur/lib/python/dlcpar/deps/rasmus
    creating /home/zillur/lib/python/dlcpar/deps/compbio
    copying build/lib/dlcpar/deps/compbio/__init__.py -> /home/zillur/lib/python/dlcpar/deps/compbio
    copying build/lib/dlcpar/deps/compbio/birthdeath.py -> /home/zillur/lib/python/dlcpar/deps/compbio
    copying build/lib/dlcpar/deps/compbio/coal.py -> /home/zillur/lib/python/dlcpar/deps/compbio
    copying build/lib/dlcpar/deps/compbio/fasta.py -> /home/zillur/lib/python/dlcpar/deps/compbio
    copying build/lib/dlcpar/deps/compbio/phylo.py -> /home/zillur/lib/python/dlcpar/deps/compbio
    copying build/lib/dlcpar/deps/compbio/phyloDLC.py -> /home/zillur/lib/python/dlcpar/deps/compbio
    copying build/lib/dlcpar/deps/compbio/seqlib.py -> /home/zillur/lib/python/dlcpar/deps/compbio
    byte-compiling /home/zillur/lib/python/dlcpar/__init__.py to __init__.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/common.py to common.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/countvector.py to countvector.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/recon.py to recon.cpython-35.pyc
      File "/home/zillur/lib/python/dlcpar/recon.py", line 213
        subtrees_snode.sort(key=lambda (root, rootchild, leaves): ids[root.name])
                                       ^
    SyntaxError: invalid syntax
    
    byte-compiling /home/zillur/lib/python/dlcpar/reconlib.py to reconlib.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/reconscape.py to reconscape.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/simplerecon.py to simplerecon.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/rasmus/__init__.py to __init__.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/rasmus/linked_list.py to linked_list.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/rasmus/plotting.py to plotting.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/rasmus/stats.py to stats.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/rasmus/tablelib.py to tablelib.cpython-35.pyc
      File "/home/zillur/lib/python/dlcpar/deps/rasmus/tablelib.py", line 353
        except Exception, e:
                        ^
    SyntaxError: invalid syntax
    
    byte-compiling /home/zillur/lib/python/dlcpar/deps/rasmus/textdraw.py to textdraw.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/rasmus/timer.py to timer.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/rasmus/treelib.py to treelib.cpython-35.pyc
      File "/home/zillur/lib/python/dlcpar/deps/rasmus/treelib.py", line 1088
        print i, parentid
              ^
    SyntaxError: Missing parentheses in call to 'print'
    
    byte-compiling /home/zillur/lib/python/dlcpar/deps/rasmus/util.py to util.cpython-35.pyc
      File "/home/zillur/lib/python/dlcpar/deps/rasmus/util.py", line 114
        print str(j) + ", ",
                ^
    SyntaxError: invalid syntax
    
    byte-compiling /home/zillur/lib/python/dlcpar/deps/compbio/__init__.py to __init__.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/compbio/birthdeath.py to birthdeath.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/compbio/coal.py to coal.cpython-35.pyc
      File "/home/zillur/lib/python/dlcpar/deps/compbio/coal.py", line 1608
        print p, N, t
              ^
    SyntaxError: Missing parentheses in call to 'print'
    
    byte-compiling /home/zillur/lib/python/dlcpar/deps/compbio/fasta.py to fasta.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/compbio/phylo.py to phylo.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/compbio/phyloDLC.py to phyloDLC.cpython-35.pyc
    byte-compiling /home/zillur/lib/python/dlcpar/deps/compbio/seqlib.py to seqlib.cpython-35.pyc
    running install_scripts
    creating /home/zillur/bin
    copying build/scripts-3.5/dlcpar -> /home/zillur/bin
    copying build/scripts-3.5/dlcpar_search -> /home/zillur/bin
    copying build/scripts-3.5/dlcoal_to_dlcpar -> /home/zillur/bin
    copying build/scripts-3.5/dlcpar_to_dlcoal -> /home/zillur/bin
    copying build/scripts-3.5/tree-events-dlc -> /home/zillur/bin
    copying build/scripts-3.5/tree-events-dlcpar -> /home/zillur/bin
    changing mode of /home/zillur/bin/dlcpar to 775
    changing mode of /home/zillur/bin/dlcpar_search to 775
    changing mode of /home/zillur/bin/dlcoal_to_dlcpar to 775
    changing mode of /home/zillur/bin/dlcpar_to_dlcoal to 775
    changing mode of /home/zillur/bin/tree-events-dlc to 775
    changing mode of /home/zillur/bin/tree-events-dlcpar to 775
    running install_egg_info
    Writing /home/zillur/lib/python/dlcpar-1.0.1-py3.5.egg-info
    But,
    Code:
    [zillur@genomics dlcpar-master]$ cd /home/zillur/bin/
    [zillur@genomics bin]$ ls
    dlcoal_to_dlcpar  dlcpar  dlcpar_search  dlcpar_to_dlcoal  tree-events-dlc  tree-events-dlcpar
    [zillur@genomics bin]$ ./dlcpar
    Traceback (most recent call last):
      File "./dlcpar", line 10, in <module>
        import dlcpar
    ImportError: No module named 'dlcpar'"
    When I tried to run orthofinder, it works fine, finding all the dependencies but not dlcpar.
    Code:
    Test can run "fastme -i /home/zillur/Desktop/zillur/phd/orthofinder/fasta/test/Results_Nov23/WorkingDirectory/SimpleTest.phy -o /home/zillur/Desktop/zillur/phd/orthofinder/fasta/test/Results_Nov23/WorkingDirectory/SimpleTest.tre" - ok
    Test can run "dlcpar_search --version" - failed
    ERROR: Cannot run dlcpar_search
    Please check DLCpar is installed and that the executables are in the system path.
    
    Orthogroups have been inferred but the dependencies for inferring gene trees and
    orthologues have not been met. Please review previous messages for more information
    Any suggestion for me?

    Best Regards
    Zillur

Latest Articles

Collapse

  • SEQadmin2
    Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
    by SEQadmin2



    CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

    Despite this, “CRISPR helped turn genome editing from a specialized technique into
    ...
    07-31-2026, 11:01 AM
  • SEQadmin2
    Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
    by SEQadmin2


    Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

    The systematic characterization of the human proteome has
    ...
    07-20-2026, 11:48 AM
  • SEQadmin2
    Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
    by SEQadmin2



    Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
    ...
    07-09-2026, 11:10 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, Yesterday, 07:41 AM
0 responses
11 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-03-2026, 10:13 AM
0 responses
25 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-31-2026, 02:55 AM
0 responses
38 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 07-24-2026, 12:17 PM
0 responses
25 views
0 reactions
Last Post SEQadmin2  
Working...