How to update sample_name column in samples table? #257
Unanswered
khoroshevskyi
asked this question in
Q&A
Replies: 2 comments
-
|
Execute this command: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It is challenging to update a table with millions of rows efficiently. To address this, we need to perform batch updates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In pephub 0.11.0 we introduced new column
sample_nameinsamplestable, to get, update, and delete sample without initialization of full project. We need to update this column, using actual sample names. how to do it?Beta Was this translation helpful? Give feedback.
All reactions