Open sjackman opened 8 years ago
Hi Shaun, the master should compile and run OK, we don't have a "stable release" as of now, I am working towards that on my own branch, expect something in the next week or two. It will change the way it is run, etc. I'll leave this open till we create a stable release.
Cool. Thanks, Bernardo.
I have a DISCOVARdenovo assembly which took 8 days. Can I feed those contigs into the w2rap-contigger pipeline?
This part is literally the enhancement/replacement for DISCOVAR, so you shouldn't run this on DISCOVAR contigs. If discovar finished in you dataset and produced an assembly, then the results from the w2rap-contigger (barred parameter tweaking) will be quite similar as per the first release at least. The rest of the pipeline (i.e. the Nextera LMP scaffolding will be available in the next few weeks. You should be able to "stick your contigs" into the rest of the pipeline with more-or-less effort so you don't need to re-run the contig stage.
Ah, okay. Thanks for the clarification. I look forward to the release of the scaffolding pipeline.
Hi Bernardo. I am not able to compile this software following the installation guide in README file. The OS is Ubuntu server 16.04. Can you tell me how to handle this problem? thanks!
Jingzhong Xie
error message:
CMakeFiles/01unipaths.dir/src/bam/ReadBAM.cc.o: In function unzipBlocks': /sft/src/w2rap-contigger/src/bam/ReadBAM.cc:378: undefined reference to
inflateInit2'
/sft/src/w2rap-contigger/src/bam/ReadBAM.cc:379: undefined reference to inflate' /sft/src/w2rap-contigger/src/bam/ReadBAM.cc:380: undefined reference to
inflateEnd'
CMakeFiles/01_unipaths.dir/src/bam/ReadBAM.cc.o: In function GZipFooter': /sft/src/w2rap-contigger/src/bam/ReadBAM.cc:80: undefined reference to
crc32'
CMakeFiles/01_unipaths.dir/src/bam/ReadBAM.cc.o: In function __static_initialization_and_destruction_0': /sft/src/w2rap-contigger/src/bam/ReadBAM.cc:91: undefined reference to
crc32'
collect2: error: ld returned 1 exit status
CMakeFiles/01_unipaths.dir/build.make:638: recipe for target 'bin/01_unipaths' failed
make[2]: * [bin/01_unipaths] Error 1
CMakeFiles/Makefile2:293: recipe for target 'CMakeFiles/01_unipaths.dir/all' failed
make[1]: * [CMakeFiles/01_unipaths.dir/all] Error 2
make[1]: * Waiting for unfinished jobs....
[100%] Built target 02_qgraph
[100%] Linking CXX executable bin/05_simplify
[100%] Built target 04_patching
[100%] Built target 06_scaffolding
[100%] Built target 05_simplify
Makefile:83: recipe for target 'all' failed
make: * [all] Error 2
Hi Jingzhong, can you please try the latest commit from today in the master? If it still doesn't compile, please do open a new issue, as this one is about a stable release.
It was compiled successfully. Thanks, Bernardo.
Any update on tagging a stable release?
Yeah, I was aiming for last week to re-merge my branch back in, which will become the first stable release. I obviously didn't make it for various reasons, but I am trying for next week most likely. So getting very close. Still a few wrinkles to iron, but definitely getting there.
Thanks!