Activity for Tagger

  • Christian Iseli committed [c50b77]

    cleanup after CVS to git conversion

  • c4chris <> committed [a2b022]

    Use new word length. Generate first and last markers.

  • gio31415 <> committed [b7830e]

    change tag printout for reverse strand

  • c4chris <> committed [d59eb5]

    No longer use repeats file.

  • c4chris <> committed [90e5e9]

    Move to 16 nt index, and no AC in index itself.

  • c4chris <> committed [1fa6b6]

    Add couple TODO items.

  • FIXME <> committed [ad23f5]

    This commit was manufactured by cvs2svn to create tag 'GWI_25_nt'.

  • gio31415 <> committed [5b91a4]

    remove generation of repeats

  • c4chris <> committed [bbf8ca]

    Generate partial words.

  • c4chris <> committed [2d1c3f]

    Implement avoiding same word search multiple times.

  • c4chris <> committed [f3feff]

    Remove MAX_WORD and handle all queries in one go. Introduce failed word markers.

  • c4chris <> committed [30e711]

    Speed things up with small buffers. For a 1GB file merge, down from over 5 minutes to 25 seconds.

  • c4chris <> committed [26541c]

    Skip groups of Ns in one go.

  • FIXME <> committed [89f8d5]

    This commit was manufactured by cvs2svn to create tag 'GWI_16_nt_noac'.

  • c4chris <> committed [7f10b6]

    Start update to use 21 nt tags.

  • c4chris <> committed [62e8ca]

    Use 25 nt word length.

  • c4chris <> committed [6ccec1]

    Add runme as sample.

  • root <> committed [88f7a8]

    initial checkin

  • c4chris <> committed [640fa6]

    Import into SF CVS.

  • c4chris <> committed [699f83]

    Fix usage message. Avoid GCC wrong warning.

  • FIXME <> committed [21a635]

    This commit was manufactured by cvs2svn to create tag 'GWI_single_idx_end'.

  • c4chris <> committed [efbe77]

    Continue update to use 21 nt tags.

  • c4chris <> committed [fdbcfe]

    Add some debug output.

  • c4chris <> committed [93b273]

    Added sortGWI.c decodeGWI.c dumpGWI.c genwin.c fetchGWI.c.

  • FIXME <> committed [98c45f]

    This commit was manufactured by cvs2svn to create tag 'GWI_21_nt'.

  • c4chris <> committed [0eb6c6]

    Use new word length.

  • c4chris <> committed [0ac286]

    Add TODO item.

  • c4chris <> committed [ddee3f]

    Use new word length.

  • c4chris <> committed [aaad5b]

    Allow for words > 32. Sort queries for speed.

  • c4chris <> committed [fb5592]

    Go back to 25 nt, increase to 16-bits acidx, drop first and last.

  • c4chris <> committed [8b7508]

    Add missing idx masking. Add debug code.

  • c4chris <> committed [444492]

    Fix leftover short. Silence gcc warning.

  • c4chris <> committed [56e9d1]

    Fix thinko on function exit.

  • c4chris <> committed [e9b3c5]

    Use 128 bits for the tag.

  • c4chris <> committed [804306]

    Update changelog.

  • c4chris <> committed [90e5e9]

    Move to 16 nt index, and no AC in index itself.

  • c4chris <> committed [ded303]

    Add fixGWIac.

  • FIXME <> committed [9cdb9e]

    This commit was manufactured by cvs2svn to create tag 'GWI_dual_offset'.

  • c4chris <> committed [1e08b0]

    Quieten -Wconversion warnings.

  • c4chris <> committed [c4a3ca]

    Add new switch info in the man page.

  • c4chris <> committed [14cd8a]

    Add sortGWI.1.

  • c4chris <> committed [d9f96a]

    Deal with incomplete reads.

  • c4chris <> committed [38a89f]

    Knock off 1 conversion warning.

  • c4chris <> committed [7dfe80]

    Tweak for i386 (32 bits).

  • c4chris <> committed [e43930]

    Add same output format as fetchGWI (options -n and -T).

  • c4chris <> committed [968008]

    Add -g option to read FASTA files. Remove mismatch option.

  • c4chris <> committed [e6f44c]

    Use bigger read buffer in grab_cidx() when nearing search end, but use smaller chunks at start.

  • c4chris <> committed [0850dc]

    Add genwin.1.

  • c4chris <> committed [d6b98e]

    Add tagger.spec.

  • c4chris <> committed [fb5592]

    Go back to 25 nt, increase to 16-bits acidx, drop first and last.

  • c4chris <> committed [9a1dd7]

    Add -v command line switch.

  • FIXME <> committed [a01489]

    This commit was manufactured by cvs2svn to create tag 'tagger_1_1'.

  • c4chris <> committed [cde81e]

    Add runme.

  • c4chris <> committed [770269]

    Silence compiler warnings.

  • c4chris <> committed [2fc924]

    Bump to version 1.6.

  • c4chris <> committed [6bbd60]

    Fix indent.

  • c4chris <> committed [044ce6]

    Add -d command line switch.

  • c4chris <> committed [9c3f14]

    Generate secondary index.

  • c4chris <> committed [e47d75]

    Implement long and short offsets (only comment change needed here).

  • c4chris <> committed [5dbad9]

    Implement long and short offsets. Add -i switch.

  • c4chris <> committed [b658c2]

    Fix typo and pasto.

  • c4chris <> committed [3426b8]

    Fix typo.

  • c4chris <> committed [50e4ee]

    Handle (not completely correctly) streams of Ns. Fix off by one thinko.

  • c4chris <> committed [69bdca]

    Start implement read files with secondary index.

  • c4chris <> committed [de11da]

    Cleanup warnings.

  • FIXME <> committed [ac2e65]

    This commit was manufactured by cvs2svn to create tag 'GWI_25_nt_wabi'.

  • c4chris <> committed [27cfd8]

    Implement -m switch to allow one mismatch.

  • c4chris <> committed [e9f891]

    Actualy finish implement read files with secondary index.

  • c4chris <> committed [1af770]

    Adjust temp file name.

  • c4chris <> committed [bba21f]

    Complete implementing IUPAC in the sequences.

  • c4chris <> committed [b6d855]

    Use 128 bits for the tag.

  • c4chris <> committed [ab29e8]

    Add GWI stuff.

  • c4chris <> committed [863b0b]

    Allow any number of mismatches.

  • c4chris <> committed [2f7051]

    Use compressed index files.

  • c4chris <> committed [c471c4]

    Deal with incomplete reads and writes.

  • c4chris <> committed [13ba0b]

    Fix size issue in lseek.

  • c4chris <> committed [c16208]

    Fix compressed format.

  • c4chris <> committed [3c75f7]

    Cleanup warnings and fix thinko for tag words order in sortWI.

  • FIXME <> committed [4e72d2]

    This commit was manufactured by cvs2svn to create tag 'start'.

  • c4chris <> committed [72779f]

    Quieten -Wconversion warnings.

  • c4chris <> committed [30e711]

    Speed things up with small buffers. For a 1GB file merge, down from over 5 minutes to 25 seconds.

  • c4chris <> committed [0d6ecf]

    Use 128 bits for the tag.

  • c4chris <> committed [97f368]

    Implement unspecified nucleotides for queries. Keep full line context in results. Implement -t switch for column separator.

  • FIXME <> committed [1c6101]

    This commit was manufactured by cvs2svn to create tag 'tagger_1_3'.

  • c4chris <> committed [8a0b18]

    Forgot to properly mask tag.

  • c4chris <> committed [d7875e]

    Cast properly to quieten compiler warnings.

  • c4chris <> committed [842e9e]

    Update copyright notice.

  • c4chris <> committed [ed839d]

    Implement word length up to 128 nucleotides.

  • c4chris <> committed [157a2e]

    Deal with incomplete writes.

  • c4chris <> committed [b07184]

    Implement -r option.

  • c4chris <> committed [c7ef38]

    Add wishlist.

  • c4chris <> committed [167f72]

    Fix stupid size mismatch.

  • c4chris <> committed [f1167a]

    Secondary index is endian specific. Deal with it.

  • c4chris <> committed [a6435d]

    Implement short read buffer in grab_cidx().

  • c4chris <> committed [112f4a]

    Update changelog.

  • c4chris <> committed [f2fad4]

    Use new index preparation method.

  • c4chris <> committed [3e0b40]

    Add mouse chromosome equivalences.

  • c4chris <> committed [614b26]

    Use -r instead of -c for rules definition file, to avoid confusion with -c for compressed index files.

  • c4chris <> committed [1d5631]

    Use a binary tree to track AC names and index.

  • c4chris <> committed [b2fa3b]

    Add decodeWI.c.

1 >
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →