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
An [example samplesheet](../assets/samplesheet.csv) has been provided with the pipeline.
54
54
55
+
## Reference input
56
+
57
+
nf-core/eager supports two methods of supplying a reference FASTA via `--fasta`.
58
+
The first is a direct path to a single FASTA file with optional prebuilt indicies via `--fasta_fai`, `--fasta_dict`, etc., and the second is via a reference sheet.
59
+
60
+
Providing a reference sheet to `--fasta` allows users to simultaenously map their input reads (separately) to _multiple_ reference genomes. The reference sheet must be in the format of, and the file extension to be either `csv` or `tsv`.
61
+
62
+
This reference file is also used to specfiy paths to optional user-built reference indicies (namely, `.fai`, `.dict`, and a directory pointing to a directory containing the indicies for the given mapper).
63
+
Note that passing the reference sheet to `--fasta` to the pipeline will _override_ the corredonding user-build indicies parameters (`--fasta_fai`, `--fasta_dict`).
64
+
65
+
If using a reference sheet, this must be in format (if in `csv`), and must have a header consisting of:
0 commit comments