mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 22:03:09 +00:00
Add a description about the files used by taxpasta
This commit is contained in:
parent
08bfa6a1a7
commit
604df56fdb
1 changed files with 5 additions and 1 deletions
|
@ -444,9 +444,13 @@ The resulting HTML files can be loaded into your web browser for exploration. Ea
|
|||
<summary>Output files</summary>
|
||||
|
||||
- `taxpasta`
|
||||
- `<db_name>.<sample_id>*.{tsv,csv,arrow,parquet,biom}`: A list of taxonomic profiler output files. The standard format is the `tsv`. The first column describes the taxonomy ID and the rest of the columns describe the read counts for each sample.
|
||||
|
||||
- `<tool>_<database>*.{tsv,csv,arrow,parquet,biom}`: Standardised taxon table containing multiple samples. The standard format is the `tsv`. The first column describes the taxonomy ID and the rest of the columns describe the read counts for each sample.
|
||||
|
||||
</details>
|
||||
|
||||
These files will likely be the most useful files for the comparison of differences in classification between different tools or building consensuses, with the caveat they have slightly less information than the actual output from each tool (which may have non-standard information e.g. taxonomic rank, percentage of hits, abundance estimations).
|
||||
|
||||
The following report files are used for the taxpasta step:
|
||||
|
||||
- Bracken: `<sample>_<db_name>.tsv` Taxpasta used the `new_est_reads` column for the standardised profile.
|
||||
|
|
Loading…
Reference in a new issue