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
  2. Changed hash name from CONTIG_SSRS to CONTIG_SSR_STARTS to clarify it…

    …s purpose
    mestato committed Jul 3, 2015
  3. Fixing spaces.

    mestato committed Jul 3, 2015
Commits on Mar 18, 2014
Commits on Mar 10, 2014
  1. The usage instructions now make it clear that masked file is required…

    …. Paths to primer3 changed to new UTK location.
    Meg Staton committed Mar 10, 2014
Commits on Jan 23, 2014
  1. adding post assembly script

    committed Jan 23, 2014
  2. adding comments

    committed Jan 23, 2014
  3. hwg gssr scripts

    committed Jan 23, 2014