-
moved to statonlab repository, see green_ash_rnaseq
tlane13 committedFeb 15, 2016 -
Minor corrections made to inputs for Cold stress differential express…
…ion.
tlane13 committedFeb 15, 2016
-
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 committedJul 29, 2015
-
tlane13 committed
Jul 23, 2015
-
Added primer3 parameter to utilize masking.
mestato committedJul 21, 2015
-
Removed a swp file left from a vi session
mestato committedJul 8, 2015 -
Added a readme and another rename to findSSRS_fastq_rawreads.pl to be…
… super clear on usage.
mestato committedJul 8, 2015 -
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 committedJul 8, 2015 -
Last little bug - now correctly calculating number of repeats
mestato committedJul 8, 2015
-
Everything working including excel data sheets.
mestato committedJul 7, 2015 -
Lots of fixes, excel summary sheet being produced.
mestato committedJul 7, 2015 -
fixed lots of errors and bugs in stats and output files. excel not wo…
…rking yet.
mestato committedJul 7, 2015 -
Statistics being calculated and output.
mestato committedJul 7, 2015 -
mestato committed
Jul 7, 2015 -
Added number of repeats to ssr flat file
mestato committedJul 7, 2015 -
Printing fasta files and other flat files done. Collapsing compound s…
…srs into one entry now works correctly.
mestato committedJul 7, 2015 -
mestato committed
Jul 7, 2015 -
parse primer3 output working again
mestato committedJul 7, 2015 -
primer3 input file being generated now
mestato committedJul 7, 2015 -
Collapse compound ssrs and flag multi ssrs are now done.
mestato committedJul 7, 2015 -
main -> process_file -> process_seq -> process_ssr ->collapse_compound_ssrs (not yet written) ->flag_multiSSRs Rest commented out for now
mestato committedJul 7, 2015 -
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 committedJul 7, 2015 -
Moved flag_multiSSRs above output_primer_flat_files b/c the latter de…
…pends on knowing which ssrs are multi
mestato committedJul 7, 2015 -
Subroutine flag_multi_SSRs now also prints fasta files.
mestato committedJul 7, 2015 -
New subroutine create_output_files now prints flat files
mestato committedJul 7, 2015 -
New subroutine flag_multiSSRs, to identify SSRs that are in contigs w…
…ith other SSRs.
mestato committedJul 7, 2015 -
Separating out three types of output: fasta/flat files, statistics an…
…d excel. (everything still broken)
mestato committedJul 7, 2015
-
New subroutine, initiate_workbooks (mostly code from original parseP3…
…_output).
mestato committedJul 4, 2015 -
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 committedJul 4, 2015 -
Changed name of function getContigHash to process_file. This makes mo…
…re sense in the workflow (process_file -> process_seq -> process_ssr)
mestato committedJul 4, 2015
-
Rewrote process_seq method, now is broken into process_seq, which cal…
…ls quality_check_ssr and process_ssr. Much cleaner to follow.
mestato committedJul 3, 2015