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 OptionParser.set_home and set_pairs(); add annotation.pasa.prepare()
tanghaibao
as Haibao Tang
More... almost 12 years ago
use set_cpus() in apps.last/lastz/blastplus; allow write_file to write python script
tanghaibao
as Haibao Tang
More... almost 12 years ago
move set_image_options() as a class method of apps.base.OptionParser
tanghaibao
as Haibao Tang
More... almost 12 years ago
add update_tag() method to formats.gff.GffLine
tanghaibao
as Haibao Tang
More... almost 12 years ago
allow opening multiple gz/bz2 files
tanghaibao
as Haibao Tang
More... almost 12 years ago
parallelize finding gaps in formats.fasta.gaps(); add utils.progressbar
tanghaibao
as Haibao Tang
More... almost 12 years ago
add formats.agp.infer() to guess AGP file given scaffolds and chromosome FASTA
tanghaibao
as Haibao Tang
More... almost 12 years ago
Merge branch 'master' of github.com:tanghaibao/jcvi
vivekkrish
as Vivek Krishnakumar
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
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
add assembly.trinity; add apps.base.glob() to wrap around glob.glob()
tanghaibao
as Haibao Tang
More... almost 12 years ago
Fix invocation of apps.base.notify() from apps.base.waitpid()
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
Set up grid project code validation in apps.base.OptionParser.set_grid_opts()
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
Removed `--cwd` parameter from GridProcess(). Other minor changes
vivekkrish
as Vivek Krishnakumar
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()
vivekkrish
as Vivek Krishnakumar
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
vivekkrish
as Vivek Krishnakumar
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()
vivekkrish
as Vivek Krishnakumar
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)
vivekkrish
as Vivek Krishnakumar
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()
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
Minor fix to formats.base.group()
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
add utils.ez_setup; select a list of downloaders (wget, curl, urlopen, etc.)
tanghaibao
as Haibao Tang
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()
vivekkrish
as Vivek Krishnakumar
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`
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago
add option --first in assembly.automaton.prepare()
tanghaibao
as Haibao Tang
More... almost 12 years ago
change assembly.automaton.jira() to prepare()
tanghaibao
as Haibao Tang
More... almost 12 years ago
add formats.fastq.readlen() to determine max_rd_len
tanghaibao
as Haibao Tang
More... almost 12 years ago
add --ploidy and --cpus in assembly.allpaths.prepare()
tanghaibao
as Haibao Tang
More... almost 12 years ago
add assembly.automaton.allpaths() and remove previous allpaths() to allpathsX()
tanghaibao
as Haibao Tang
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
tanghaibao
as Haibao Tang
More... almost 12 years ago
Minor fix to utils.sybase.query()
vivekkrish
as Vivek Krishnakumar
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
vivekkrish
as Vivek Krishnakumar
More... almost 12 years ago