You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download these genomes, and add them to the repo to be part of the packaged data.
When the user uses the --positive-control flag it will run the EGDE-e strain, and it should assert that the result is correct before going forward (I believe it is 1/2a), or gracefully exit with an error.
When the user adds the --negative-control flag it will return both the Listerian innocua and Salmonella enterica genomes both as Nontypeable. That particular Listeria innocua strain lacks the Prs gene. It should assert we get the expected values before going forward, or gracefully exit with an error.
The options --controls runs both --postive-control and --negative-control.
The text was updated successfully, but these errors were encountered:
We need the following three flags added to the tool before we can publish:
--positive-control
--negative-control
--controls
The first one should runs a positive control, which can be the EGDE-e strain (https://www.ncbi.nlm.nih.gov/assembly/GCF_000196035.1/)
The second one runs two negative controls
Listeria innocua Clip11262
strain (https://www.ncbi.nlm.nih.gov/assembly/GCF_000195795.1/) andSalmonella enterica subsp Typhimurium LT2
strain (https://www.ncbi.nlm.nih.gov/assembly/GCF_000006945.2).Download these genomes, and add them to the repo to be part of the packaged data.
When the user uses the
--positive-control
flag it will run the EGDE-e strain, and it should assert that the result is correct before going forward (I believe it is 1/2a), or gracefully exit with an error.When the user adds the
--negative-control
flag it will return both the Listerian innocua and Salmonella enterica genomes both as Nontypeable. That particular Listeria innocua strain lacks the Prs gene. It should assert we get the expected values before going forward, or gracefully exit with an error.The options
--controls
runs both--postive-control
and--negative-control
.The text was updated successfully, but these errors were encountered: