GithubHelp home page GithubHelp logo

Comments (5)

W-L avatar W-L commented on August 24, 2024

Hi,
Thanks for getting in touch!
1.) In order to use the tool on a folder of *.bam files you need to launch it inside of that folder. It will then use all bam files within that directory. In other words the argument --input_bam_dir acts as a flag and does not take an additional path afterwards.

2.) The issue about the libcrypto.so not being found is something that comes up on MacOS every now and then. You might be able to solve it by making sure that openssl is installed and then linking those libraries manually. Something like this:

brew update
brew install openssl

ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/

3.) Yes, that sounds like a good strategy!
Hope this helps with solving your issues, please let me know how it goes.
Cheers,
Lukas

from deviate.

r-mashoodh avatar r-mashoodh commented on August 24, 2024

doh about input dir ... thanks!!

is there any way to install openssl within the conda env? I made an attempt but failed.

I have access to another cluster where I can get it to run but its going extremely slowly ... over 2 days on 1 bam (~4.5GB) so far, and still going. Do you have any advice on speeding it up? Or is that generally what you would expect ...

thanks again!

from deviate.

W-L avatar W-L commented on August 24, 2024

You can of course try to install openssl within the conda environment as well. But I'm not sure if that will solve the problem. If I recall correctly the issue is due to samtools struggling to find these linked libraries, so I think you will have to create these links I mentioned in my last message if the problem persist and it is indeed because of that.
The tool is not very optimised at all and unfortunately I don't have the capacity to do anything about that. But there is one thing you can possibly try to speed it up. In case you are not interested in internal deletions in TEs, you can switch off their detection by using the argument --no_delet_detect. I remember that this part of the analysis was particularly slow.
Hope that helps!

from deviate.

r-mashoodh avatar r-mashoodh commented on August 24, 2024

Thank you again!

Really sorry, but new problem ... it's generating the data file but says it can't install ggplot2 ... do you have some code that I could use in R to plot and see if the data files generated are useful or not?

******************** Visualization

Installing package into ‘/usr/local/lib/R/site-library’
(as ‘lib’ is unspecified)
Warning in install.packages("ggplot2", repos = rep) :
  'lib = "/usr/local/lib/R/site-library"' is not writable
Error in install.packages("ggplot2", repos = rep) : 
  unable to install packages
Execution halted

from deviate.

W-L avatar W-L commented on August 24, 2024

You could try to install the required R packages in the conda environment yourself.
ggplot2 grid gridExtra argparse data.table cowplot
And then use the standalone script for plotting, deviaTE_plot with arguments --input and --output

from deviate.

Related Issues (15)

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.