-
Notifications
You must be signed in to change notification settings - Fork 80
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
example for publication #3360
Comments
invalid |
The "publications" string seems to be read as json: Lines 883 to 884 in 57d1b14
|
This is a good question cause I haven't use it in a really long time. Note that this is the publication of a software and not the publication of a study; two different objects/uses. Anyway, looking at the code I think the expectation is to have a list of two-element tuples: |
@sjanssen2, how should we solve this issue? Maybe another way to ask this is, how should we improve the information on how to add publications? Thank you. |
From the code, I agree, one would expect Lines 1006 to 1008 in 57d1b14
Note that correct syntax for publications in plugin configuration files is [[str, str]], not [(str, str)], for example [["10.1093/nar/gkad527", "37326027"]]
|
I am struggling with coming up with the correct syntax to encode a "publication" in the configuration file for a plugin. I unfortunately couldn't find an example in the plugin configs. Could you give an example here in the code?
qiita/qiita_db/software.py
Lines 1185 to 1191 in 58e15a4
The text was updated successfully, but these errors were encountered: