change set_sort_tmpdir() to set_tmpdir(); add set_tmpdir() to annotation.maker.parallel() |
|
More...
|
almost 12 years ago
|
add annotation.maker.merge() |
|
More...
|
almost 12 years ago
|
avoid double @ in assembly.deconvolute |
|
More...
|
almost 12 years ago
|
add Overlap.anneal() in assembly.goldenpath |
|
More...
|
almost 12 years ago
|
add assembly.goldenpath.anneal() |
|
More...
|
almost 12 years ago
|
add option --inplace for formats.agp.reindex() |
|
More...
|
almost 12 years ago
|
add option --shift in assembly.ca.shred() |
|
More...
|
almost 12 years ago
|
use fasta.format() in assembly.pbjelly to clean up |
|
More...
|
almost 12 years ago
|
recruite singletons in assembly.sspace |
|
More...
|
almost 12 years ago
|
update lines after delete in formats.agp.AGP |
|
More...
|
almost 12 years ago
|
simplify write_file(meta="run script") |
|
More...
|
almost 12 years ago
|
add BiGraph.add_node() and add_edge() |
|
More...
|
almost 12 years ago
|
add update subroutines to AGP record |
|
More...
|
almost 12 years ago
|
add assembly.sspace.anchor() [work incomplete] |
|
More...
|
almost 12 years ago
|
make formats.fasta.gaps() option --split conform to gapSplit |
|
More...
|
almost 12 years ago
|
allow assembly.deconvolute to deconvolute paired reads through --paired |
|
More...
|
almost 12 years ago
|
add formats.sam.coverage() |
|
More...
|
almost 12 years ago
|
improve performance when writing qual file |
|
More...
|
almost 12 years ago
|
add annotation.maker.parallel() to parallelize maker on the grid |
|
More...
|
almost 12 years ago
|
massively simplifiy apps.grid; add apps.grid.array to run array job |
|
More...
|
almost 12 years ago
|
Modified formats.base.flatten() to allow zipping of table elements before flattening |
|
More...
|
almost 12 years ago
|
Added `keysep` option to formats.base.join() to specify whether the `key` column in the pivot file contains delimiter-separated elements or not; if True, matching rows are zipped together to create one row in the output file |
|
More...
|
almost 12 years ago
|
add option --augustus to formats.gff.fromgtf() |
|
More...
|
almost 12 years ago
|
Change default behavior of formats.base.group() to group all the elements in the input file, not based on any particular column. |
|
More...
|
almost 12 years ago
|
add assembly.pbjelly to pipeline the PBJelly data prep and parallelize PBJelly assembly |
|
More...
|
almost 12 years ago
|
add formats.fastq.fasta() |
|
More...
|
almost 12 years ago
|
propagate --rclip through a few functions involved in bambus scaffolding |
|
More...
|
about 12 years ago
|
Use a set() instead of a list in formats.base.group() to ignore any duplicate values when grouping |
|
More...
|
about 12 years ago
|
Added new ACTION `group` to formats.base to allow grouping of elements in a multi-column table based on a key(groupby) column. Added new class to utils.cbook to allow Autovivification, similar to Perl. Minor changes to formats.gff.GffLine() for better URL quoting |
|
More...
|
about 12 years ago
|
add apps.ks.subset() to extract part of pre-calc Ks values; allow optional pepfile input in apps.ks.prepare() |
|
More...
|
about 12 years ago
|