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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,8 +146,10 @@ cd DITTO
146
146
147
147
To run on UAB cheaha, see the [installation](#installation) step to clone the DITTO repository into a Cheaha directory.
148
148
149
-
- Update the `.test_data/file_list.txt` (inout vcfs) files with complete file paths and submit a slurm job using the
150
-
command below
149
+
- Create a text file listing the path to VCF file(s) (1 path per line) with variants to score
150
+
- Paths can be full absolute paths **or** relative paths (relative to the directory where the pipeline will be run from, **not** the directory where the `pipeline.nf` file is)
151
+
- See the example input file [.test_data/file_list.txt](.test_data/file_list.txt) (lists 2 testing example input VCFs)
152
+
for reference or as an input file for testing (default behavior of `model.job`)
0 commit comments