Vsearch disclaimer: This is a pre-release of VSEARCH 2.3.1 for 64-bit Windows. The binary is compiled with the mingw-w64 cross compiler. Not tested well. Not for production. Feel free to try it out!
Loading branch information...
1 parent
0a2af8acommit 7ee85e37daa5bd7a768df8e897049409aefe0c6amothur-westcott
committed
Dec 8, 2016
if (fastafile == "") { m->mothurOut("[ERROR]: You must provide a fasta file when using the agc or dgc clustering methods, aborting\n."); abort = true;}
- if ((method == "agc") || (method == "dgc")) { m->mothurOut("[ERROR]: The agc and dgc clustering methods are not available for Windows, aborting\n."); abort = true; }
+// if ((method == "agc") || (method == "dgc")) { m->mothurOut("[ERROR]: The agc and dgc clustering methods are not available for Windows, aborting\n."); abort = true; }
0 comments on commit
7ee85e3