Skip to content

Commit 766ce52

Browse files
committed
docs: update results directory structure in README
1 parent 54bf8e7 commit 766ce52

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -305,16 +305,17 @@ results/
305305
│ ├─ alpha_div.csv
306306
│ ├─ beta_div_bray.csv
307307
│ └─ beta_div_jaccard.csv
308-
└─ intermediate/ # Intermediate files
309-
├─ mpa/ # Converted MPA files
310-
│ ├─ {sample}.txt
311-
│ ├─ ...
312-
├─ COMBINED.txt # Merged MPA table
313-
└─ txt/ # Extracted taxonomic levels in TXT
314-
├─ counts_species.txt
315-
├─ counts_genus.txt
316-
├─ ...
317-
└─ counts_phylum.txt
308+
├─ intermediate/ # Intermediate files
309+
│ ├─ mpa/ # Converted MPA files
310+
│ │ ├─ {sample}.txt
311+
│ │ ├─ ...
312+
│ ├─ COMBINED.txt # Merged MPA table
313+
│ └─ txt/ # Extracted taxonomic levels in TXT
314+
│ ├─ counts_species.txt
315+
│ ├─ counts_genus.txt
316+
│ ├─ ...
317+
│ └─ counts_phylum.txt
318+
└─ krakenparser.log # Pipeline execution logs
318319
```
319320

320321
## Conclusion

0 commit comments

Comments
 (0)