File: mothur_trivial_patch

package info (click to toggle)
clearcut 1.0.9%2Bgit20211013.b799afe-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,564 kB
  • sloc: ansic: 4,494; sh: 23; makefile: 19
file content (15 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The source posted on the Mothur page at http://www.mothur.org/wiki/Download_Clearcut
is identical to the upstream bar this one change.
I have not investigated why, but I assume it's there for a reason and
QIIME says it wants the Mothur version.
--- a/clearcut.c
+++ b/clearcut.c
@@ -1494,7 +1494,7 @@
   }
 
   NJ_output_tree2(fp, nj_args, tree, tree, dmat);
-  fprintf(fp, " ;\n");
+  fprintf(fp, ";\n");
   
   if(!nj_args->stdout_flag) {
     fclose(fp);