1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add apps.entrez.phytozome to download data for a list of plant species
tanghaibao
as Haibao Tang
More... almost 12 years ago
Use output file prefix instead of output file name in apps.entrez.fetch()
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
simplify calling to apps.grid.kill by guessing the method
tanghaibao
as Haibao Tang
More... almost 12 years ago
Move email parameters to apps.base.OptionParser. Add `outfile` parameter to apps.entrez.fetch()
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
Remove hardcoded cpu settings in assembly.preprocess.trim(); use apps.base.OptionParser.set_cpus() instead
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
does not expose GridOpts any more
tanghaibao
as Haibao Tang
More... almost 12 years ago
add class GridOpts in apps.grid
tanghaibao
as Haibao Tang
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
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
simplify apps.bwa.bwasw(); remove samfile after running formats.sam.mapped in apps.bwa.align()
tanghaibao
as Haibao Tang
More... almost 12 years ago
add argument mapped to formats.sam.get_samfile(); simplify calling to formats.sam.output_bam()
tanghaibao
as Haibao Tang
More... almost 12 years ago
Minor fix to the apps.base.waitpid() notifier
vivekkrish
as Vivek Krishnakumar
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`
vivekkrish
as Vivek Krishnakumar
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()
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
add assembly.automaton.contamination()
tanghaibao
as Haibao Tang
More... almost 12 years ago
bowtie.align() now writes out a file with suffix "fastq"
tanghaibao
as Haibao Tang
More... almost 12 years ago
enable grid log folder regardless of whether outfile or errfile is set
tanghaibao
as Haibao Tang
More... almost 12 years ago
add brewer2mpl in graphics.base
tanghaibao
as Haibao Tang
More... almost 12 years ago
allow changing cpus in apps.bwa.bwasw()
tanghaibao
as Haibao Tang
More... almost 12 years ago
reduce code dup in apps.bowtie and apps.bwa
tanghaibao
as Haibao Tang
More... almost 12 years ago
Fix incorrect file name extension for unmapped reads in apps.bwa.align()
vivekkrish
as Vivek Krishnakumar
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
vivekkrish
as Vivek Krishnakumar
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()
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
add assembly.automaton.pairs() to automatically determine insert sizes
tanghaibao
as Haibao Tang
More... almost 12 years ago
modify apps.bowtie to use output_bam()
tanghaibao
as Haibao Tang
More... almost 12 years ago
Added apps.grid.kill() to kill grid jobs based on SGE job ID or job name pattern (case-sensitive)
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
add --append to assembly.deconvolute.split()
tanghaibao
as Haibao Tang
More... almost 12 years ago
route Popen calls to apps.base.Popen so that default is bufsize=1 (line buffered)
tanghaibao
as Haibao Tang
More... almost 12 years ago
add --cpus in annotation.pasa.prepare()
tanghaibao
as Haibao Tang
More... almost 12 years ago
add default vcode to valid_pcodes to avoid failure on non-JCVI servers
tanghaibao
as Haibao Tang
More... almost 12 years ago