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
If you only want to rename a sample from one name to another the -s flag should also be able to take just a string as input and not need to create a file.
Current Behavior
-s samples.txt with
samples.txt:
truth
Expected
-s "truth"
The text was updated successfully, but these errors were encountered:
If you only want to rename a sample from one name to another the
-s
flag should also be able to take just a string as input and not need to create a file.Current Behavior
-s samples.txt
withsamples.txt:
Expected
-s "truth"
The text was updated successfully, but these errors were encountered: