Permalink
Please sign in to comment.
Browse files
Added a readme and another rename to findSSRS_fastq_rawreads.pl to be…
… super clear on usage.
- Loading branch information...
Showing
with
9 additions
and 0 deletions.
Binary file not shown.
| @@ -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. | ||
| + |
File renamed without changes.
0 comments on commit
248a0fc