You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **NB:** Parameter has been **updated** if both old and new parameter information is present. </br> **NB:** Parameter has been **added** if just the new parameter information is present. </br> **NB:** Parameter has been **removed** if new parameter information isn't present.
fasta = "https://tolit.cog.sanger.ac.uk/test-data/Meles_meles/assembly/release/mMelMel3.1_paternal_haplotype/GCA_922984935.2.subset.phiXspike.fasta.gz"
Copy file name to clipboardExpand all lines: docs/usage.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,26 @@ An [example samplesheet](assets/test/samplesheet.csv) has been provided with the
54
54
The pipeline can also accept a samplesheet generated by the [nf-core/fetchngs](https://nf-co.re/fetchngs) pipeline (tested with version 1.11.0).
55
55
The pipeline then needs the `--fetchngs_samplesheet true` option _and_`--align true`, since the data files would all be unaligned.
56
56
57
+
### Support for pre-computed `BUSCO` outputs
58
+
59
+
The pipeline may be optionally run with a set of pre-computed [`BUSCO`](https://busco.ezlab.org) runs, provided using the `--busco_output` parameter. These can be provided as either a directory path, or a `.tar.gz` compressed archive. The contents should be each `run_` output directory (directly from `BUSCO`) named as `run_[odb_dabasase_name]`:
60
+
61
+
```
62
+
GCA_922984935.2_busco_output/
63
+
├── run_archaea_odb10
64
+
├── run_bacteria_odb10
65
+
├── run_carnivora_odb10
66
+
├── run_eukaryota_odb10
67
+
├── run_eutheria_odb10
68
+
├── run_laurasiatheria_odb10
69
+
├── run_mammalia_odb10
70
+
├── run_metazoa_odb10
71
+
├── run_tetrapoda_odb10
72
+
└── run_vertebrata_odb10
73
+
```
74
+
75
+
The pipeline minimally requires outputs for the 'basal' lineages (archaea, eukaryota, and bacteria) -- any of these which are not present in the pre-computed outputs will be automatically detected and run.
76
+
57
77
## Database parameters
58
78
59
79
Configure access to your local databases with the `--busco`, `--blastp`, `--blastx`, `--blastn`, and `--taxdump` parameters.
@@ -272,7 +292,7 @@ List of tools for any given dataset can be fetched from the API, for example htt
0 commit comments