Giter Site home page Giter Site logo

Comments (9)

dpryan79 avatar dpryan79 commented on September 20, 2024 3

This is caused by https://github.com/medvedevgroup/SibeliaZ/blob/master/SibeliaZ-LCB/sibeliaz#L129

$DIR is set to "", which ends up causing problems due to https://github.com/medvedevgroup/SibeliaZ/blob/master/SibeliaZ-LCB/sibeliaz#L77 , since $4 is actually now in $3. Since spoa is somewhere in the path, there's no reason $DIR should be passed around. An easy solution is to adjust line 129 to:

find $outdir -name "*.tmp" -printf "%p\n" | xargs -I @ -P $threads bash -c "block_align @ '$outfile' '\"$DIR\"'"

from sibeliaz.

sapoudel avatar sapoudel commented on September 20, 2024 3

@dpryan79 suggestion works if you installed it with bioconda. Thanks!

from sibeliaz.

iminkin avatar iminkin commented on September 20, 2024 1

Hi all,

Sorry for messing this up. I removed the patch setting DIR to '', should be fixed in 1.2.4. Special thanks to @dpryan79 for pointing out the root cause.

from sibeliaz.

 avatar commented on September 20, 2024

I also get the same error after multiple re-installs. Sibeliaz runs but with an empty maf file. I installed sibeliaz via conda.

from sibeliaz.

sapoudel avatar sapoudel commented on September 20, 2024

Same. All the .tmp files are there and populated. So are block* files. Alignment file is also there but it only contains path to the input file e.g.
/path/to/file1.fna /path/to/file2.fna ... etc.

from sibeliaz.

iminkin avatar iminkin commented on September 20, 2024

Hi all,

Thank you for the reports. I will take a look soon.

from sibeliaz.

matt-shenton avatar matt-shenton commented on September 20, 2024

Getting the same error here too. Looking forward to trying out the tool!

from sibeliaz.

markopetek avatar markopetek commented on September 20, 2024

Same error for me. Installed using conda. It did however generate the maf and gff files and did not leave any tmp or block* files.

The maf file is empty.

from sibeliaz.

dpryan79 avatar dpryan79 commented on September 20, 2024

Same here, on the command line it's trying to run the following:

bash -c "block_align outdir/229.tmp 'outdir/alignment.maf' ''"

It seems likely that this is the source of the error

from sibeliaz.

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.