Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should samplesheet support absolute path to data? #211

Open
necrolyte2 opened this issue Mar 23, 2016 · 3 comments
Open

Should samplesheet support absolute path to data? #211

necrolyte2 opened this issue Mar 23, 2016 · 3 comments

Comments

@necrolyte2
Copy link
Member

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?

@necrolyte2 necrolyte2 added this to the AFRIMS Issues milestone Mar 23, 2016
@necrolyte2
Copy link
Member Author

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

@averagehat
Copy link
Contributor

Is it possible that the samplesheet and the reads are in different directories?

@necrolyte2
Copy link
Member Author

Yes. Currently the runsamplesheet.sh supports relative and absolute path for $1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants