Thanks for catching that! I will post a patch to correct this bug
within the latest release of crux.
Thanks,
Sean
> --
> You received this message because you are subscribed to the Google Groups "crux-users" group.
> To post to this group, send email to crux-...@googlegroups.com.
> To unsubscribe from this group, send email to crux-users+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/crux-users?hl=en.
>
--
Sean J. McIlwain, Ph. D.
Post-doctoral Fellow, Noble Lab,
Dept. of Genome Sciences,
University of Washington
http://noble.gs.washington.edu/~mcilwain
To apply the patch:
1) cd to base directory of source code from crux_1.37.tar.gz.
2) patch -p0 < nsaf_length.diff
3) make distclean
4) ./configure
5) make
Let me know if there are any issues.
Thanks,
Sean
> For more options, visit this group at http://groups.google.com/group/crux-users?hl=en.
On Mar 2, 2012, at 12:43 PM, Sean McIlwain wrote:
> Here is the patch that will fix the protein length issue for NSAF in
> the latest release of crux. These changes will also be within the
> next release of crux.
>
> To apply the patch:
> 1) cd to base directory of source code from crux_1.37.tar.gz.
> 2) patch -p0 < nsaf_length.diff
> 3) make distclean
A slight correction, that should be 'make clean', not 'make distclean'
Charles
On Mar 5, 2012, at 12:49 PM, kschweig wrote:
> One other question. Would it be possible in the next release, to have
> raw spectral counts as an option in spectral-counts? Its nice to be
> able to compare the unnormalized data to the various types of
> normalized output, or to apply a different normalization scheme to the
> data. I hacked my own version to allow for this by making an
> additional boolean flat to spectral-counts (--rawcounts T). This co-
> opts the NSAF calculation and omits the normalization but does not
> affect anything else. If that flag is false, it does the usual NSAF.
> Thats kind of wonky, but it works.
>
> Incidentaly, its how I discovered the bug in spectral-counts.
This is a great suggestion. Thanks. We've added it to the work list for the next release of Crux.
Charles