Subject: FASTA program discussion list
List archive
- From: <>
- To:
- Subject: A colon is missing in mshowalign.c, line 616
- Date: Thu, 17 Nov 2011 08:24:00 -0500 (EST)
There should be a ':' after '_bits'.
fprintf (fp,"; %s_z-score: %4.1f\n; %s_bits %3.1f\n; %s_expect: %6.2g\n",
should be
fprintf (fp,"; %s_z-score: %4.1f\n; %s_bits: %3.1f\n; %s_expect: %6.2g\n",
This is not a big deal. But the parser in BioPython will raise Exception
because of this.
- A colon is missing in mshowalign.c, line 616, gahoo, 11/17/2011
- Re: A colon is missing in mshowalign.c, line 616, Peter, 11/17/2011
Archive powered by MHonArc 2.6.16.