I use a standard layout for directories in the UPARSE tutorials as shown in the table below. Here, tutname stands for the name of the tutorial, e.g. misop or hmptut.
Directory name | Contents |
tutname/scripts/ | Bash scripts. You need Bash and a few basic Linux commands to run the tutorials. Bash is standard in Linux and OSX. Under Windows, Cygwin provides an excellent Linux-like environment including bash. |
tutname/py/ | (If needed). Python scripts. Some scripts may not run under Python v3.x, in which case try v2.x. |
tutname/fq/ | Reads in FASTQ format. |
tutname/ref/ | Reference database(s) specific to a particular dataset, if needed. Does not include general-purpose reference data such as a UTAX database. |
tutname/out/ | Output files. The download contains the output files I made when I ran the scripts. You can regenerate them using the Bash script(s) with names like run_uparse.bash. |