Open
Description
Currently, it is very hard for new users to comply to the syntax for linking input samples from a previous sample type. This issue can also be extended to more types of resources like strains, registered Sops, Datafiles, ... Therefor, it would easier for the user to have an example of the necessary syntax by including a tab in the spreadsheet more or less like this:
Resource ID | Resource type | Resource title | Registered Resource syntax | Registered Resource List syntax |
---|---|---|---|---|
1 | Sample | Sample 1 | {"id" => "1", "type" => "Sample", "title" => "Sample 1"} |
[{"id" => "1", "type" => "Sample", "title" => "Sample 1"}] |
5 | Registered Sop | Protocol 1 | {"id" => "5", "type" => "Sop", "title" => "Protocol 1"} |
[{"id" => "5", "type" => "Sop", "title" => "Protocol 1"}] |
Metadata
Metadata
Assignees
Labels
Type
Projects
Status