
On Wed, Nov 10, 2010 at 3:58 PM, Peter <biopython@maubp.freeserve.co.uk> wrote:
On Wed, Nov 10, 2010 at 12:15 PM, Peter <biopython@maubp.freeserve.co.uk> wrote:
How about this patch? Having thought about it overnight, I've gone a step further to allow the FASTA title line to be split into any number of columns, the usefulness of which should be demonstrated by the example in the XML help.
http://bitbucket.org/peterjc/galaxy-central/changeset/181614e79ccb
This includes basic unit tests.
Plus this follow up which copes with any tabs in the FASTA title line (converts them to spaces, as done by the Galaxy FASTQ to tabular script).
http://bitbucket.org/peterjc/galaxy-central/changeset/d2fd2defa692
These two change sets are both on this branch:
http://bitbucket.org/peterjc/galaxy-central/src/tabular
Peter
Hi again, I've done a matching enhancement to the FASTQ-to-tabular tool, with a new unit test - again on the same branch. http://bitbucket.org/peterjc/galaxy-central/changeset/52d50566f4af http://bitbucket.org/peterjc/galaxy-central/changeset/8bf1e0b14e4b Peter