-
Notifications
You must be signed in to change notification settings - Fork 23
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
How to use the same samplesheet (containg relativ paths) for both nextflow & nf-test? #222
Comments
Hi! Thank you! This issue should be resolved in version 0.9.0-rc2. We now use |
Btw: you can test it with version 0.9.0-rc2 by installing it using this command:
|
Okay, cool, thank you! |
I tried version
I get the following errors:
The |
I resolved this problem by using |
Hi,
I have a samplesheet that contains the paths to test data relative to the project root directory (i.e.
./tests/fastq.fq
). This can be fed intonextflow
just fine. I cannot use it fornf-test
becauselauchnDir
is<root>/.nf-test/tests/ec09802a1b5407d9ce413b436ce44403
in there, these paths are not correct. Usingstage { symlink <dir-containing-the-fastq-files> }
doesn't work neither because the symlink is created in$launchDir/meta
(and not in$launchDir
directly). Besides, the docs say that file is/will become obsolete.How can I use the same samplesheet for both
nextflow
andnf-test
?(I'm sorry if this is explained somewhere, I didn't find any match here or in the docs.)
The text was updated successfully, but these errors were encountered: