1
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 25, 2024 — Jul 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added "-T" option to formats.gff/bed/blast.sort() to allow user to specify tmp directory used by unix sort
vivekkrish
as Vivek Krishnakumar
More... about 12 years ago
add --cscore to algorithms.catalog.omgparse()
tanghaibao
as Haibao Tang
More... about 12 years ago
add assembly.allpaths.automaton to streamline assembly in a folder of paired reads
tanghaibao
as Haibao Tang
More... about 12 years ago
Update assembly.preprocess.trim() to use tv0.30. In formats.fasta.format(), when ID mapping file and annotation file are both provided, convert old to new ID first and lookup the new ID in the annotation file. Update formats.gff.filter() to lookup GFF3 attributes in a case-insensitive manner
vivekkrish
as Vivek Krishnakumar
More... about 12 years ago
add assembly.allpaths.automaton() and fix option --hsps for formats.blast.best()
tanghaibao
as Haibao Tang
More... about 12 years ago
add formats.bed.some() to extract subset of bed features
tanghaibao
as Haibao Tang
More... about 12 years ago
move --chain to a separate function in formats.gff.chain(); add option --fixphase to translate between Ensembl phase and standard GFF phase
tanghaibao
as Haibao Tang
More... over 12 years ago
minor adjustments in formats.gff.format()
tanghaibao
as Haibao Tang
More... over 12 years ago
change annotation.snp.frommaf() to output vcf format
tanghaibao
as Haibao Tang
More... over 12 years ago
use gffutils rather than old GFFutils (updated by daler); add field options for formats.gff.fromgtf()
tanghaibao
as Haibao Tang
More... over 12 years ago
apps.bwa default no longer reports uniquely mapped reads
tanghaibao
as Haibao Tang
More... over 12 years ago
Updated formats.fasta.identical() to allow more than 2 input fasta files
vivekkrish
as Vivek Krishnakumar
More... over 12 years ago
Added formats.fasta.identical() to identify "exactly identical" sequences between 2 sets of input fasta sequences based on their computed MD5 hexdigest
vivekkrish
as Vivek Krishnakumar
More... over 12 years ago
Merge branch 'master' of github.com:tanghaibao/jcvi
vivekkrish
as Vivek Krishnakumar
More... over 12 years ago
Minor modification to grouper RegExp in annotation.reformat.annotate(). Minor fix to formats.blast.rbbh(). Allow other translation tables in formats.fasta.translate()
vivekkrish
as Vivek Krishnakumar
More... over 12 years ago
add formats.sam.fpkm to convert BAM file to FPKM values
tanghaibao
as Haibao Tang
More... over 12 years ago
add annotation.snp and formats.excel; change default FASTA index=False
tanghaibao
as Haibao Tang
More... over 12 years ago
Added formats.blast.rbbh() to pick reciprocal best blast hits from 2 input BLAST tab files (A vs B and B vs A)
vivekkrish
as Vivek Krishnakumar
More... over 12 years ago
add algorithms.ml to make format for machine learning
tanghaibao
as Haibao Tang
More... over 12 years ago
add formats.blast.score() to add up score per query
tanghaibao
as Haibao Tang
More... over 12 years ago
add pseudocounts in log-ratio in assembly.kmer.logodds()
tanghaibao
as Haibao Tang
More... over 12 years ago
add K-mer based classification pipeline in assembly.kmer
tanghaibao
as Haibao Tang
More... over 12 years ago
Add option to formats.gff.load() to generate full header (partly based upon Athaliana FASTA headers) which contain seqid, start/end coords and datestamp (for generating annotation release). Add option to formats.gff.format() to allow appending a `Name` attribute from a two-column lookup table. Rename `--switch` option to `--seqid`. Add option to annotation.reformat.annotate() which lets user specify if identifiers in the the BED file used for annotation follow the ATG naming convention or not (eg. Medtr1g0010000, At2g00348, etc.)
vivekkrish
as Vivek Krishnakumar
More... over 12 years ago
add graphics.base.markup() to allow inline markup of text
tanghaibao
as Haibao Tang
More... over 12 years ago
add utils.cbook.Registry to help counting, used in algorithms.fractionation.summary()
tanghaibao
as Haibao Tang
More... over 12 years ago
Update command line options for annotation.reformat.annotate(), slight tweak to the logic used for the ID transfer. Update formats.gff.format() command line options to add `-o` outfile parameter.
vivekkrish
as Vivek Krishnakumar
More... over 12 years ago
fix glitch in formats.gff.bed --source
tanghaibao
as Haibao Tang
More... over 12 years ago
Merge branch 'master' of github.com:tanghaibao/jcvi
vivekkrish
as Vivek Krishnakumar
More... over 12 years ago
Added option to formats.gff.bed() to allow filtering of gff file by `source` name for situations where a certain feature `type` may be associated with multiple sources. Renamed the `--pasa` option in formats.gff.format() to `--chain`. Minor code formatting.
vivekkrish
as Vivek Krishnakumar
More... over 12 years ago
Merge branch 'master' of github.com:tanghaibao/jcvi
tanghaibao
as Haibao Tang
More... over 12 years ago