add OptionParser.set_home and set_pairs(); add annotation.pasa.prepare() |
|
More...
|
almost 12 years ago
|
use set_cpus() in apps.last/lastz/blastplus; allow write_file to write python script |
|
More...
|
almost 12 years ago
|
move set_image_options() as a class method of apps.base.OptionParser |
|
More...
|
almost 12 years ago
|
add update_tag() method to formats.gff.GffLine |
|
More...
|
almost 12 years ago
|
allow opening multiple gz/bz2 files |
|
More...
|
almost 12 years ago
|
parallelize finding gaps in formats.fasta.gaps(); add utils.progressbar |
|
More...
|
almost 12 years ago
|
add formats.agp.infer() to guess AGP file given scaffolds and chromosome FASTA |
|
More...
|
almost 12 years ago
|
Merge branch 'master' of github.com:tanghaibao/jcvi |
|
More...
|
almost 12 years ago
|
Use autogen email address for apps.base.notify(); also allow user to specify custom email address; re-ordered some param groups |
|
More...
|
almost 12 years ago
|
add assembly.trinity; add apps.base.glob() to wrap around glob.glob() |
|
More...
|
almost 12 years ago
|
Fix invocation of apps.base.notify() from apps.base.waitpid() |
|
More...
|
almost 12 years ago
|
Set up grid project code validation in apps.base.OptionParser.set_grid_opts() |
|
More...
|
almost 12 years ago
|
Removed `--cwd` parameter from GridProcess(). Other minor changes |
|
More...
|
almost 12 years ago
|
Added `--unmapped` option to apps.bwa.align() and bwasw() which will retain unmapped reads in separate sam/bam output file. Added a few more grid specific options to apps.grid.GridProcess(class); updated all functions making use of GridProcess. Using `bash` instead of `sh` as executable in subprocess.call() and Popen() |
|
More...
|
almost 12 years ago
|
Added push notification capabilites to apps.base.notify(); currently supports `pushover.net` API; expects an ini config file in the user home area containing the necessary api and user tokens |
|
More...
|
almost 12 years ago
|
Use socket.getfqdn() instead of `dnsdomainname` to get the domain name of current server in apps.base.notify(). Allow sending new process to grid in apps.base.waitpid() |
|
More...
|
almost 12 years ago
|
Added apps.base.waitpid() which waits for a PID to complete and then performs a desired action (notify/execute new process). Added apps.base.notify() which allows sending email to the current user (push notification to be implemented in the future) |
|
More...
|
almost 12 years ago
|
Added in new regexps to annotation.ahrd.fix() to help cleanup some invalid names from Jeff's autonaming pipeline. Minor fix to regexp used in utils.sybase.query() |
|
More...
|
almost 12 years ago
|
Minor fix to formats.base.group() |
|
More...
|
almost 12 years ago
|
add utils.ez_setup; select a list of downloaders (wget, curl, urlopen, etc.) |
|
More...
|
almost 12 years ago
|
Raise AssertionError if runfile and commands list file have the same filename in apps.grid.array(). Autodetect query type in utils.sybase.query() |
|
More...
|
almost 12 years ago
|
Update apps.base.set_grid_opts() to allow specifying task concurrency and output directory. Update apps.grid.GridProcess build() and start() to use the `outdir` from the grid_opts. Fix apps.grid.array() to write out a shell script with the same prefix of the `commands.list` file instead of `array.sh` |
|
More...
|
almost 12 years ago
|
add option --first in assembly.automaton.prepare() |
|
More...
|
almost 12 years ago
|
change assembly.automaton.jira() to prepare() |
|
More...
|
almost 12 years ago
|
add formats.fastq.readlen() to determine max_rd_len |
|
More...
|
almost 12 years ago
|
add --ploidy and --cpus in assembly.allpaths.prepare() |
|
More...
|
almost 12 years ago
|
add assembly.automaton.allpaths() and remove previous allpaths() to allpathsX() |
|
More...
|
almost 12 years ago
|
add assembly.automaton.jira() to extract sequences from JIRA report and automatically assigns to subdir - useful for running many assemblies, e.g. BAC-by-BAC projects |
|
More...
|
almost 12 years ago
|
Minor fix to utils.sybase.query() |
|
More...
|
almost 12 years ago
|
Add in a commit() fn to utils.sybase; add a `--dryrun` option to just display the queries to be executed |
|
More...
|
almost 12 years ago
|