Permalink
Switch branches/tags
Nothing to show
Commits on Feb 15, 2016
Commits on Jul 29, 2015
  1. altered hm_bingo.R to include processing of up an down GO enriched te…

    …rms into separate heatmaps. Kept all version of heatmap output as well.
    tlane13 committed Jul 29, 2015
Commits on Jul 27, 2015
  1. compressed tsv file

    tlane13 committed Jul 27, 2015
  2. initial project commit

    tlane13 committed Jul 27, 2015
Commits on Jul 26, 2015
  1. removed some files

    tlane13 committed Jul 26, 2015
  2. initial project commit

    tlane13 committed Jul 26, 2015
Commits on Jul 23, 2015
  1. initial project commit

    tlane13 committed Jul 23, 2015
Commits on Jul 21, 2015
  1. Added primer3 parameter to utilize masking.

    mestato committed Jul 21, 2015
Commits on Jul 8, 2015
  1. Removed a swp file left from a vi session

    mestato committed Jul 8, 2015
  2. Added a readme and another rename to findSSRS_fastq_rawreads.pl to be…

    … super clear on usage.
    mestato committed Jul 8, 2015
  3. Renamed files

    findSSRs_fastq.pl - This is an older script used to identify SSRs prior to an assembly.
    findSSRs_fasta.pl - This is the new and improved script that should be used in all other circumstances.
    mestato committed Jul 8, 2015
Commits on Jul 7, 2015
  1. Everything working including excel data sheets.

    mestato committed Jul 7, 2015
  2. fixed lots of errors and bugs in stats and output files. excel not wo…

    …rking yet.
    mestato committed Jul 7, 2015
  3. Statistics being calculated and output.

    mestato committed Jul 7, 2015
  4. cleaned up main method a bit

    mestato committed Jul 7, 2015
  5. Added number of repeats to ssr flat file

    mestato committed Jul 7, 2015
  6. Printing fasta files and other flat files done. Collapsing compound s…

    …srs into one entry now works correctly.
    mestato committed Jul 7, 2015
  7. Fasta file output done.

    mestato committed Jul 7, 2015
  8. parse primer3 output working again

    mestato committed Jul 7, 2015
  9. primer3 input file being generated now

    mestato committed Jul 7, 2015
  10. Back to basics. Control flow

    main
    -> process_file
    	-> process_seq
    		-> process_ssr
    ->collapse_compound_ssrs (not yet written)
    ->flag_multiSSRs
    Rest commented out for now
    mestato committed Jul 7, 2015
  11. Rethinking things... changed output file description (not yet changed…

    … in code), removed constraint about SSRs being a certain length from end, changed default parameter values.
    mestato committed Jul 7, 2015
  12. Moved flag_multiSSRs above output_primer_flat_files b/c the latter de…

    …pends on knowing which ssrs are multi
    mestato committed Jul 7, 2015
  13. New subroutine flag_multiSSRs, to identify SSRs that are in contigs w…

    …ith other SSRs.
    mestato committed Jul 7, 2015
  14. Separating out three types of output: fasta/flat files, statistics an…

    …d excel. (everything still broken)
    mestato committed Jul 7, 2015
Commits on Jul 4, 2015
  1. New subroutine, initiate_workbooks (mostly code from original parseP3…

    …_output).
    mestato committed Jul 4, 2015
  2. The method parseP3_output now deals solely with parsing primer3 outpu…

    …t (and not with initiating Excel worksheets and outputting lines of Excel and fasta files). Excel functionality is currently broken.
    mestato committed Jul 4, 2015
  3. Changed name of function getContigHash to process_file. This makes mo…

    …re sense in the workflow (process_file -> process_seq -> process_ssr)
    mestato committed Jul 4, 2015
Commits on Jul 3, 2015
  1. Rewrote process_seq method, now is broken into process_seq, which cal…

    …ls quality_check_ssr and process_ssr. Much cleaner to follow.
    mestato committed Jul 3, 2015