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
Watching new users use the pipeline and training them made me realize that the samplesheet seems a bit odd in the way it interacts with runsamplesheet.sh.
Right now you provide a path to where you have directories that have read data(fastq and/or sff) runsamplesheet.sh /path/to/data /path/to/samplesheet.tsv
Should we just make runsamplesheet.sh have 1 parameter(samplesheet.tsv) and then move the path into that first column?
The text was updated successfully, but these errors were encountered:
If we do decide to support this, then we would need to have runsamplesheet.sh support both modes.
That is, detect if $1 is a samplesheet.tsv path or a directory that contains samples and run accordingly
Watching new users use the pipeline and training them made me realize that the samplesheet seems a bit odd in the way it interacts with runsamplesheet.sh.
Right now you provide a path to where you have directories that have read data(fastq and/or sff)
runsamplesheet.sh /path/to/data /path/to/samplesheet.tsv
Should we just make runsamplesheet.sh have 1 parameter(samplesheet.tsv) and then move the path into that first column?
The text was updated successfully, but these errors were encountered: