add apps.entrez.phytozome to download data for a list of plant species |
|
More...
|
almost 12 years ago
|
Use output file prefix instead of output file name in apps.entrez.fetch() |
|
More...
|
almost 12 years ago
|
simplify calling to apps.grid.kill by guessing the method |
|
More...
|
almost 12 years ago
|
Move email parameters to apps.base.OptionParser. Add `outfile` parameter to apps.entrez.fetch() |
|
More...
|
almost 12 years ago
|
Remove hardcoded cpu settings in assembly.preprocess.trim(); use apps.base.OptionParser.set_cpus() instead |
|
More...
|
almost 12 years ago
|
does not expose GridOpts any more |
|
More...
|
almost 12 years ago
|
add class GridOpts in apps.grid |
|
More...
|
almost 12 years ago
|
Add `--nouniq` option to formats.base.group() to avoid uniqifying grouped elements. Update apps.grid.GridProcess() to now allow specifying a job dependency for regular and array grid jobs |
|
More...
|
almost 12 years ago
|
simplify apps.bwa.bwasw(); remove samfile after running formats.sam.mapped in apps.bwa.align() |
|
More...
|
almost 12 years ago
|
add argument mapped to formats.sam.get_samfile(); simplify calling to formats.sam.output_bam() |
|
More...
|
almost 12 years ago
|
Minor fix to the apps.base.waitpid() notifier |
|
More...
|
almost 12 years ago
|
Added option `--chaindup` to formats.gff.format() to allow chaining of specific `type` of duplicate feature (normally used to chain parent level features such as `gene`); cannot be used in conjunction with `--unique` |
|
More...
|
almost 12 years ago
|
Added formats.sam.mapped() to extract mapped and/or unmapped reads from input SAM/BAM. Updated formats.sam.output_bam() to always output SAM if `--unmapped` is requested and then call the formats.sam.mapped() |
|
More...
|
almost 12 years ago
|
add assembly.automaton.contamination() |
|
More...
|
almost 12 years ago
|
bowtie.align() now writes out a file with suffix "fastq" |
|
More...
|
almost 12 years ago
|
enable grid log folder regardless of whether outfile or errfile is set |
|
More...
|
almost 12 years ago
|
add brewer2mpl in graphics.base |
|
More...
|
almost 12 years ago
|
allow changing cpus in apps.bwa.bwasw() |
|
More...
|
almost 12 years ago
|
reduce code dup in apps.bowtie and apps.bwa |
|
More...
|
almost 12 years ago
|
Fix incorrect file name extension for unmapped reads in apps.bwa.align() |
|
More...
|
almost 12 years ago
|
correct output counting in formats.bed.flanking(); allow pctid to be float in apps.base.set_align() |
|
More...
|
almost 12 years ago
|
Fix formats.sam.output_bam() so that `/dev/null` redirection happens only when `tee` is used to redirect the stream to two separate `samtools` commands |
|
More...
|
almost 12 years ago
|
Fixed logic of formats.sam.output_bam(); action varies based on the `app` making the fn call. Changed default method to `pattern` for apps.grid.kill() |
|
More...
|
almost 12 years ago
|
add assembly.automaton.pairs() to automatically determine insert sizes |
|
More...
|
almost 12 years ago
|
modify apps.bowtie to use output_bam() |
|
More...
|
almost 12 years ago
|
Added apps.grid.kill() to kill grid jobs based on SGE job ID or job name pattern (case-sensitive) |
|
More...
|
almost 12 years ago
|
add --append to assembly.deconvolute.split() |
|
More...
|
almost 12 years ago
|
route Popen calls to apps.base.Popen so that default is bufsize=1 (line buffered) |
|
More...
|
almost 12 years ago
|
add --cpus in annotation.pasa.prepare() |
|
More...
|
almost 12 years ago
|
add default vcode to valid_pcodes to avoid failure on non-JCVI servers |
|
More...
|
almost 12 years ago
|