]> git.donarmstrong.com Git - biopieces.git/commit
split Biopieces.pm into BioRun.pm and Biopieces.pm
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 12 May 2009 20:37:35 +0000 (20:37 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 12 May 2009 20:37:35 +0000 (20:37 +0000)
commitc32b13419ca8e524a5c98869048d0be670ee76d0
treef9ac289afe41c766c07f959c2bce402b098e8938
parent0068808ecc7d9e3fb215ae272ab396266c13438a
split Biopieces.pm into BioRun.pm and Biopieces.pm

git-svn-id: http://biopieces.googlecode.com/svn/trunk@370 74ccb610-7750-0410-82ae-013aeee3265d
100 files changed:
bp_bin/add_ident
bp_bin/align_seq
bp_bin/analyze_bed
bp_bin/analyze_seq
bp_bin/analyze_tags
bp_bin/analyze_vals
bp_bin/assemble_tag_contigs
bp_bin/blast_seq
bp_bin/blat_seq
bp_bin/calc_bit_scores
bp_bin/calc_fixedstep
bp_bin/complement_seq
bp_bin/complexity_seq
bp_bin/compute
bp_bin/count_records
bp_bin/count_vals
bp_bin/create_blast_db
bp_bin/create_vmatch_index
bp_bin/create_weight_matrix
bp_bin/extract_seq
bp_bin/flip_tab
bp_bin/fold_seq
bp_bin/format_genome
bp_bin/get_genome_align
bp_bin/get_genome_phastcons
bp_bin/get_genome_seq
bp_bin/grab
bp_bin/head_records
bp_bin/invert_align
bp_bin/length_seq
bp_bin/length_vals
bp_bin/list_biopieces
bp_bin/list_genomes
bp_bin/match_seq
bp_bin/max_vals
bp_bin/mean_vals
bp_bin/median_vals
bp_bin/merge_records
bp_bin/merge_vals
bp_bin/min_vals
bp_bin/oligo_freq
bp_bin/patscan_seq
bp_bin/plot_chrdist
bp_bin/plot_histogram
bp_bin/plot_karyogram
bp_bin/plot_lendist
bp_bin/plot_matches
bp_bin/plot_phastcons_profiles
bp_bin/plot_seqlogo
bp_bin/print_usage
bp_bin/random_records
bp_bin/read_2bit
bp_bin/read_bed
bp_bin/read_blast_tab
bp_bin/read_embl
bp_bin/read_fasta
bp_bin/read_fixedstep
bp_bin/read_gff
bp_bin/read_mysql
bp_bin/read_phastcons
bp_bin/read_psl
bp_bin/read_soft
bp_bin/read_solexa
bp_bin/read_solid
bp_bin/read_stockholm
bp_bin/read_tab
bp_bin/read_ucsc_config
bp_bin/remove_adaptor
bp_bin/remove_indels
bp_bin/remove_keys
bp_bin/remove_mysql_tables
bp_bin/remove_ucsc_tracks
bp_bin/rename_keys
bp_bin/reverse_seq
bp_bin/shuffle_seq
bp_bin/soap_seq
bp_bin/sort_records
bp_bin/split_bed
bp_bin/split_seq
bp_bin/sum_vals
bp_bin/tile_seq
bp_bin/translate_seq
bp_bin/transliterate_seq
bp_bin/transliterate_vals
bp_bin/uniq_vals
bp_bin/upload_to_ucsc
bp_bin/uppercase_seq
bp_bin/vmatch_seq
bp_bin/write_2bit
bp_bin/write_align
bp_bin/write_bed
bp_bin/write_blast
bp_bin/write_fasta
bp_bin/write_fixedstep
bp_bin/write_psl
bp_bin/write_solid
bp_bin/write_tab
bp_bin/write_ucsc_config
code_perl/Maasha/BioRun.pm [new file with mode: 0644]
code_perl/Maasha/Biopieces.pm