The scripts used in the processing of the supporting genomic and transcriptomic data are available in the appropriate subdirectories of the [processing repository](https://gitlab.com/PlantGenomicsLab/annotationtool/tree/master/process). These are kept in groups based on processing step. [This page](https://gitlab.com/PlantGenomicsLab/annotationtool/wikis/Scripts-Descriptions)(here) is an atlas of script function, listed alphabetically by script name.
The scripts used in the processing of the supporting genomic and transcriptomic data are available in the appropriate subdirectories of the [processing repository](https://gitlab.com/PlantGenomicsLab/annotationtool/tree/master/process). These are kept in groups based on processing step. [This page](https://gitlab.com/PlantGenomicsLab/annotationtool/wikis/Scripts-Descriptions)(here) is an atlas of script function, listed alphabetically by script name.
Name | Purpose | Input | Expected Output | Notes
---- | ------- | ----- | --------------- | -----
fetchSRA.sh | Gather data from multiple SRR runs from ncbi | Text file containing the specific SRR runs that you want to download | raw reads in .fastq format | the option `--split-files` in line 22 must be removed if gathered data is not paired
validateSRA.sh | To validate that the correct files have been downloaded from ncbi | The same input file you ran for fetchSRA | an output and error file assuring that all runs were downloaded correctly |