diff --git a/hwg_gssr_scripts/.find_dup_begins.pl.swp b/hwg_gssr_scripts/.find_dup_begins.pl.swp new file mode 100644 index 0000000..89bb7c7 Binary files /dev/null and b/hwg_gssr_scripts/.find_dup_begins.pl.swp differ diff --git a/hwg_gssr_scripts/README.md b/hwg_gssr_scripts/README.md new file mode 100644 index 0000000..3cbc889 --- /dev/null +++ b/hwg_gssr_scripts/README.md @@ -0,0 +1,9 @@ +##findSSRs_fastq_rawreads.pl +This is an older script used to identify SSRs prior to an assembly. No primers are created. It looks through a fastq file. + +##findSSRs_fasta.pl +This is the new and improved SSR and primer calling script that should be used in all other circumstances. + +##find_dup_begins.pl +This script identifies forward and reverse reads with the same beginning bases. This is a problem we identified with some sets of paired end, overlapping (or supposed to be overlapping) reads. Seems limited to that one project. + diff --git a/hwg_gssr_scripts/findSSRs_fastq.pl b/hwg_gssr_scripts/findSSRs_fastq_rawreads.pl similarity index 100% rename from hwg_gssr_scripts/findSSRs_fastq.pl rename to hwg_gssr_scripts/findSSRs_fastq_rawreads.pl