Code Monkey home page Code Monkey logo

Comments (5)

rotifergirl avatar rotifergirl commented on August 16, 2024

I am having a similar problem, but earlier in the process, here is the contents of the log file

*** This is BWISE - High order De Bruijn graph assembler ***

Binaries are in: /users/jblommaert/BWISE/bin
The command line was: /users/jblommaert/BWISE/Bwise.py -x OHJ82_allclean.fa -S 10 -t 40 -o OHJ82_BWISE_S10.1
Results will be stored in:  /automounts/workspace/workspace/markwelchlab/HIMBplic/OHJ82/OHJ82_V3/OHJ82_BWISE_S10.1

[09:24:44 04/12/2017] --> Starting Read Correction with Bloocoo...
        Correction step 1
                /users/jblommaert/BWISE/bin/Bloocoo32 -file /automounts/workspace/workspace/markwelchlab/HIMBplic/OHJ82/OHJ82_V3/OHJ82_allclean.fa  -slow -kmer-size  31 -nbits-bloom 24 -abundance-min 10 -out reads_corrected1.fa -nb-cores 40
                        ln -fs /automounts/workspace/workspace/markwelchlab/HIMBplic/OHJ82/OHJ82_V3/OHJ82_BWISE_S10.1/reads_corrected1.fa  /automounts/workspace/workspace/markwelchlab/HIMBplic/OHJ82/OHJ82_V3/OHJ82_BWISE_S10.1/reads_corrected.fa

[09:40:08 04/12/2017] --> Correction Done
Correction took:  0:15:23

[09:40:08 04/12/2017] --> Starting Graph construction and Super Reads generation...
#Graph 1: Construction...
                /users/jblommaert/BWISE/bin/bcalm -max-memory 10000 -in /automounts/workspace/workspace/markwelchlab/HIMBplic/OHJ82/OHJ82_V3/OHJ82_BWISE_S10.1/bankBcalm.txt -kmer-size 63 -abundance-min 2 -out /automounts/workspace/workspace/markwelchlab/HIMBplic/OHJ82/OHJ82_V3/OHJ82_BWISE_S10.1/out  -nb-cores 40
         #Graph cleaning...
                /users/jblommaert/BWISE/bin/btrim -u out.unitigs.fa -k 63 -t 124 -T 3 -o dbg63.fa -c 40 -h 8 -f 10
[ERROR] There was a problem writing "/automounts/workspace/workspace/markwelchlab/HIMBplic/OHJ82/OHJ82_V3/OHJ82_BWISE_S10.1/dbg63.fa".
[FATAL ERROR] One or more files could not be written.
Try `Bwise --help` for more information

from bwise.

jnarayan81 avatar jnarayan81 commented on August 16, 2024

Can you double check your input file, it should be interleaved PE " Fasta" file.
I got this error because I used fastq sequence :( ...

from bwise.

rotifergirl avatar rotifergirl commented on August 16, 2024

Maybe the problem is that I don't have interleaved PEs in my fasta file, I concatenated them based on the help:

-x PAIRED_READFILES input fasta or (compressed .gz if -c option is != 0) paired-end read files. Several read files must be concatenated

from bwise.

jflot avatar jflot commented on August 16, 2024

The sentence "Several read files must be concatenated." is quite ambiguous I realize: what we meant here is that if you have for instance two paired-end librairies (e.g. libA and libB), you have four read files (libA_1.fq, libA_2.fq, libB_1.fq, and libA_2.fq) among which you should first interleave the forward and reverse reads for each library (fq2fa --merge libA_1.fq libA_2.fq interleavedlibA.fa; fq2fa --merge libB_1.f libB_2.fq interleavedlibB.fa using for instance the tool fq2fa of the IDBA package), then concatenate the two resulting files (cat interleavedlibA.fa interleavedlibB.fa > interleavedlibsA+B.fa) in order to generate the PAIRED_READFILES input fasta.

from bwise.

rotifergirl avatar rotifergirl commented on August 16, 2024

Thanks, that seems to have fixed my problem!

from bwise.

Related Issues (18)

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.