You can download the files for your project from QIITA.
Alternatively, these files can be found on the BioCompute CIFS share at Boise State University.
You will get three files from UCSD, including R1, R2, I1, and map files. You will rename the files as follows: - R1 -> forard.fastq.gz - R2 -> reverse.fastq.gz - I1 -> barcodes.fastq.gz
With the mapping file, ensure that your first two columns are titled “sample_name” and “BarcodeSequence”.
You will move all files to the cluster using the command scp. Ensure that you are moving these to a scratch area, where there is enough space to hold large files:
cd local_folder_containing_files
scp * sgalla@borah-login.boisestate.edu:~/scratch/Pronghorn_16S/
Alternatively, at Boise State University you can use Globus to move files from the BioCompute CIFS share to your scratch folder.