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
Each row represents a fastq file. Replicate refers to a technical replicate, biological replicates should be named uniquely. Be sure to pay attention to sample naming, in
ispath(path_to_summary) ||throw("sequencing summary file doesn't exist, or the path pointing to it is incorrect")
68
-
# is it empty?
69
65
# check to see if the reads path points to a valid path or a valid file
70
-
path_to_reads = nextflow_path *'/'*fourth_column
66
+
path_to_reads = nextflow_path * '/' * third
71
67
ispath(path_to_reads) || isfile(path_to_reads) || throw("the path to the reads either doesn't exist, or the path pointing to a specific fastq file doesn't exist, please check paths")
72
68
if ispath(path_to_reads) && !isfile(path_to_reads)
Copy file name to clipboardExpand all lines: docs/usage.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,15 @@ The pipeline will auto-detect whether the sequencing summary files, and reads ar
19
19
A final samplesheet file consisting of long-read data may look something like the one below. This is for **one biological** sample which has been sequenced twice, giving two technical replicates.
0 commit comments