-
Notifications
You must be signed in to change notification settings - Fork 46
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
error for assigning config file by snakemake option #89
Comments
Hi! Upgrading the configuration from the old bespoke format based around Python classes, into something that actually use modern configuration format is on our todo list. |
Hi again, Current limitations are that Snakemake can only use YAML or JSON configuration format as per the error message you got. In the meantime, if you want to experiment with this branch, you can use the above module's command line interface |
Hi, the latest modifications have been pulled into master as part of #102 :
|
Hey,
I have another issue regarding the use of the config file.
I'm running different tests for testing different parameters on and for different sample sets. Therefore it would be great if I could just create different config files and running vpipe using snakemakes --configfile option. I thought that should be possible since it is a basic snakemake functionality.
However, after some tests I figured that using this option will always throw an error. Even if I assign the path to the default
path/to/vpipe/workdir/vipipe.config
with the --configfile. So really the same file which is definitely used when running vpipe without specifying the config-file. I get YAML format errors, that's why I tested multiple times if it really is the same file I assign there. I really can't think about any reason for this anymore.Do you have an idea what could be the cause of it? Or am I indeed just misunderstood some snakemake logic?
Those are the errors I get:
The text was updated successfully, but these errors were encountered: