You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the readme, there is an inconsistency in the nomenclature suggested for naming the files and directories. In the below "Examples" the does not occur in either the dir name or the file name. does the name of the project dir have to match the prefix on the files? if so, examples need to be updated
You need four pieces of input data:
_forward.fastq: Forward reads.
Example: testrun/TestData_forward.fastq
_reverse.fastq: Reverse reads.
Example: testrun/TestData_reverse.fastq
.barcodes.txt: Barcodes that label sequence sample.
Example: testrun/TestData.barcodes.txt
.sampledescs.csv: Arbitrary description of each sample.
Example: testrun/TestData.sampledescs.csv
Note: barcodes cannot have 'I' basepair code. I replace with 'N'.
Your directory should like this:
<projname>/
├── out
├── in
│ ├── <projname>.barcodes.txt
│ ├── <projname>_forward.fasta
│ ├── <projname>_reverse.fastq
└── └── <projname>.sampledescs.csv
The text was updated successfully, but these errors were encountered:
In the readme, there is an inconsistency in the nomenclature suggested for naming the files and directories. In the below "Examples" the does not occur in either the dir name or the file name. does the name of the project dir have to match the prefix on the files? if so, examples need to be updated
You need four pieces of input data:
Your directory should like this:
The text was updated successfully, but these errors were encountered: