Skip to content

Commit

Permalink
Merge pull request #9 from microbiomedata/8-metat-readsqc-kaitlyn
Browse files Browse the repository at this point in the history
documentation update
  • Loading branch information
kaijli authored Nov 22, 2024
2 parents 69770a5 + b5a78eb commit 8beb613
Show file tree
Hide file tree
Showing 6 changed files with 292 additions and 137 deletions.
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

0 comments on commit 8beb613

Please sign in to comment.