Skip to content

Ingest genpipes#18

Merged
poquirion merged 15 commits intodevfrom
ingest_genpipes
Jun 28, 2023
Merged

Ingest genpipes#18
poquirion merged 15 commits intodevfrom
ingest_genpipes

Conversation

@paulstretenowich
Copy link
Copy Markdown
Contributor

No description provided.

Comment on lines +337 to +340
metric_name = <NAME>,[NAME],[]
readset_name = <NAME>,[NAME],[]
sample_name = <NAME>,[NAME],[]
patient_name = <NAME>,[NAME],[]
Copy link
Copy Markdown
Contributor

@poquirion poquirion Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be:
metric_name = <NAME> [,<NAME>] [...]

post_input = post_data.split('=')
if post_input[0] in ["metric_name", "readset_name", "sample_name", "patient_name"]:
model_class = post_input[0].split('_')[0]
names = post_input[1].split(',')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ca va prende du nétoyage pour les espaces aussi je pense.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tu veux que je mette une regex dès maintenant? Dans unroll il n'a pas de regex pour les IDs non plus; ça en prendrait aussi?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je suis un peut moins inquet pour unroll.
On a une définition stricte de la tête que doivent avoir ["metric_name", "readset_name", "sample_name", "patient_name"] qu'on peut mettre dans un regex?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pas vraiment...

Copy link
Copy Markdown
Contributor

@poquirion poquirion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only minor checks are required

@poquirion poquirion merged commit c4068b3 into dev Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants