File tree Expand file tree Collapse file tree 1 file changed +47
-53
lines changed
Expand file tree Collapse file tree 1 file changed +47
-53
lines changed Original file line number Diff line number Diff line change @@ -6,57 +6,51 @@ permalink: /filestructure/index.html
66
77``` bash
88.
9- ├── 1.1_QC
10- │ ├── 10_nanoplot
11- │ │ ├── 20_nanoplot_summary_file
12- │ │ ├── barcode62
13- │ │ ├── barcode63
14- │ │ └── barcode64
15- │ └── 20_chopper
16- ├── 1.2_assembly
17- │ ├── 10_results_assembly_flye
18- │ │ ├── cross_assembly
19- │ │ └── single_assemblies
20- │ ├── 20_results_assessment_vclust
21- │ │ ├── cross_assembly
22- │ │ └── single_assemblies
23- │ ├── 30_results_assessment_quast
24- │ │ ├── cross_assembly
25- │ │ └── single_assemblies
26- │ └── 40_results_alignment_minimap2
27- ├── 1.3_virus_identification
28- │ ├── 10_jaeger
29- │ │ └── results_jaeger
30- │ ├── 20_results_assessment_checkv
31- │ │ ├── cross_assembly
32- │ │ └── single_assemblies
33- │ └── 40_results_filter_contigs
34- ├── 1.4_annotation
35- │ ├── 10_pharokka
36- │ │ ├── 11_selected_contig
37- │ │ └── logs
38- │ └── 20_plot_viral_genome
39- ├── 2.2_taxonomy
40- │ ├── 10_vcontact_results
41- │ └── 20_genomad_results
42- │ └── assembly_annotate
43- ├── data
44- │ ├── alignments
45- │ │ ├── cross_assembly
46- │ │ └── single_assemblies
47- │ └── sequences
48- ├── py3env
49- │ ├── bin
50- │ ├── include
51- │ ├── lib
52- │ │ └── python3.9
53- │ ├── lib64
54- │ └── share
55- │ └── man
56- └── python_scripts
57- ├── annotation
58- ├── assembly
59- ├── host_prediction
60- ├── identify
61- └── qc
9+ └── Viromics2025_workspace
10+ ├── 1.1_QC
11+ │ ├── 10_nanoplot
12+ │ │ └── virome
13+ │ └── 20_chopper
14+ ├── 1.2_assembly
15+ │ ├── 10_assembly_flye
16+ │ │ ├── 00-assembly
17+ │ │ ├── 10-consensus
18+ │ │ ├── 20-repeat
19+ │ │ ├── 30-contigger
20+ │ │ └── 40-polishing
21+ │ ├── 20_vclust
22+ │ └── 30_quast
23+ │ └── assembly
24+ ├── 1.3_virus_identification
25+ │ ├── 10_jaeger
26+ │ │ └── assembly
27+ │ ├── 20_checkv
28+ │ │ └── tmp
29+ │ └── 30_filter_contigs
30+ ├── 1.4_gene_annotation
31+ │ ├── 10_pharokka
32+ │ │ └── results
33+ │ └── 20_selected_contig
34+ ├── 1.5_taxonomy
35+ │ ├── 10_terL_tree
36+ │ └── 20_vcontact_results
37+ │ └── exports
38+ ├── 2.1_host_prediction
39+ │ └── 10_rafah
40+ │ └── split_contigs
41+ ├── data
42+ │ ├── alignments
43+ │ │ └── phylogenetic_alignments
44+ │ └── sequences
45+ ├── py3env
46+ │ ├── bin
47+ │ ├── ete3
48+ │ │ └── tools
49+ │ ├── include
50+ │ ├── lib
51+ │ │ └── python3.9
52+ │ ├── lib64 -> lib
53+ │ └── share
54+ │ └── man
55+ └── python_scripts
6256```
You can’t perform that action at this time.
0 commit comments