Code Monkey home page Code Monkey logo

Comments (7)

biobrad avatar biobrad commented on June 27, 2024 1

Hi All, another fix for one of the packages that gives you grief sometimes.

If you are getting errors with tbl2asn try installing: tbl2asn-forever
so,
conda install -c bioconda tbl2asn-forever

it will install libfaketime and tbl2asn-forever

enjoy

from tormes.

nmquijada avatar nmquijada commented on June 27, 2024

This post is simply GREAT!
Thanks a lot for your efforts summarizing the main issues and how to overcome them! I think this is going to be really useful for other users.
All the best,
Narciso

from tormes.

shlomobl avatar shlomobl commented on June 27, 2024

Hi,
I am just running my first run, looks good!
About the MAUVE errors:

  1. I did the first and second fixes above, but still got an error
  2. What downstream analysis use MAUVE output? What further errors are expected or which analysis will be affected?
  3. I did not save the error log so I'll try to run it again just to reproduce the error and post
    Best,
    SB

from tormes.

nmquijada avatar nmquijada commented on June 27, 2024

Hi @shlomobl

  1. Indeed, there are some problems when running Mauve in certain systems. Have you tried to run Mauve in the command line without tormes?
  2. Mauve output will be the draft genomes ordered against the reference you provided and will be used for downstream analysis. However, if you don't enable Mauve (do not add any reference with the --reference option), the "unordered" genomes will be used instead and the results will not change. The ordering sometimes facilitates comparisons between genomes using graphical interfaces (such as Mauve or Artemis) and that's why I included it in tormes. Summarizing, try to run tormes without the --reference option and let's see what happens.
    Best,
    Narciso

from tormes.

nmquijada avatar nmquijada commented on June 27, 2024

Hi Brad,

Thanks for the update! I've never tried to update tbl2asn by using that way.
Indeed, there's an issue with that software, as it got outdated yearly and thus stop working.
If you try to update it by its regular conda channel ( conda install -c bioconda tbl2asn ), sometimes still returns an error (as the version recognizes that is more than one year old).

Another option to get tbl2asn updated, is to regularly download it from its NCBI ftp repository (ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/converters/by_program/tbl2asn/) and replace this new one with the old tbl2asn that is installed in the tormes environment (you can find its location in your system by typing which tbl2asn ).

from tormes.

Panchastico avatar Panchastico commented on June 27, 2024

Hi
i have problems with quast-download-busco; tormes version 1.3.0 (This is a bug to be fixed in future versions, but I think it's a QUAST problem.)

I cant download busco database. The bug is in this file run_busco.py
WhatsApp Image 2023-01-19 at 1 10 49 AM

ablab/quast#124

from tormes.

nmquijada avatar nmquijada commented on June 27, 2024

Hi @Panchastico
Indeed, some URLs might have changed in the latest QUAST versions (TORMES was tested and uses QUAST v5.0.2). It is not a TORMES issue and running it without BUSCO won't affect TORMES functionality ;)
We are preparing a major release that will cover this issue.

In the meantime, you can try to download the files manually and place them in their correct path. I can help you with that. Just run:

conda activate tormes-1.3.0

#augustus
wget -O $(which tormes | sed "s/tormes$//")../lib/python3.6/site-packages/quast_libs/augustus3.2.3/augustus.tar.gz http://bioinf.uni-greifswald.de/augustus/binaries/old/augustus-3.2.3.tar.gz
tar xzvf $(which tormes | sed "s/tormes$//")../lib/python3.6/site-packages/quast_libs/augustus3.2.3/augustus.tar.gz

#bacteria
wget -O $(which tormes | sed "s/tormes$//")../lib/python3.6/site-packages/quast_libs/busco/bacteria.tar.gz http://busco.ezlab.org/v2/datasets/bacteria_odb9.tar.gz

#eukaryota
wget -O $(which tormes | sed "s/tormes$//")../lib/python3.6/site-packages/quast_libs/busco/eukaryota.tar.gz https://busco.ezlab.org/v2/datasets/eukaryota_odb9.tar.gz

#fungi
wget -O $(which tormes | sed "s/tormes$//")../lib/python3.6/site-packages/quast_libs/busco/fungi.tar.gz https://busco.ezlab.org/v2/datasets/fungi_odb9.tar.gz

Now, you might be able to use BUSCO functionality with QUAST in TORMES ;)

Let me know if it worked!
Narciso

from tormes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.