We are upgrading SemiBin binner to v2.0.2 from v1.5.x and the binning pipeline doesn't work, it fails at DAS tool step to evaluate bins from MetaBAT2, MaxBin and SemiBin2.
Since SemiBin2 has changed the default output format to .fa.gz as below:
--compression: Whether to compress outputs to save space. Should be one of none (default if using SemiBin) / gz (default if using SemiBin2) / xz / bz2.
Feeding gzipped fasta file to Fasta_to_Contigs2Bin.sh will cause false contig2bin file like this, with a term ' matches ' inserted between file name and bin id:
We are upgrading SemiBin binner to v2.0.2 from v1.5.x and the binning pipeline doesn't work, it fails at DAS tool step to evaluate bins from MetaBAT2, MaxBin and SemiBin2. Since SemiBin2 has changed the default output format to .fa.gz as below:
https://semibin.readthedocs.io/en/latest/subcommands/
Feeding gzipped fasta file to Fasta_to_Contigs2Bin.sh will cause false contig2bin file like this, with a term ' matches ' inserted between file name and bin id:
This will lead to
Error: Contigs of contig2bin files not found in assembly:
error of DAS tool :Please support .fa.gz bins input if possible, would be very handy and helpful. Thx!