Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation update #9

Merged
merged 15 commits into from
Nov 22, 2024
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,20 @@ Description of the files:

## Input files

1. fastq (illumina paired-end interleaved fastq),
3. project name
1. the path to the database directory
2. the path to the fastq file(s) ([R1, R2] if not interleaved)
3. input_interleaved (boolean)
4. output file prefix
5. (optional) parameters for memory
6. (optional) number of threads requested

```
{
"metaTReadsQC.input_files": ["/global/cfs/cdirs/m3408/ficus/example/12889.1.295318.GTGCTTAC-GTAAGCAC.fastq.gz"],
"metaTReadsQC.proj":"nmdc:xxxxxxx"
"metaTReadsQC.input_files": ["https://portal.nersc.gov/project/m3408//test_data/metaT/SRR11678315.fastq.gz"],
"metaTReadsQC.proj":"SRR11678315-int-0.1",
"metaTReadsQC.rqc_mem": 180,
"metaTReadsQC.rqc_thr": 64,
"metaTReadsQC.database": "/refdata/"
}
```

Expand Down
Loading
Loading