Sushma Chaluvadi
Comments
Recent activity by Sushma Chaluvadi
-
If I understand correctly, you are trying to read in a file that lives within your workspace Google bucket into your Notebook. Here are some steps that I have done to perform the above steps! Here ...
- View comment
- 1 vote
-
Hi Sehyun, I think a walk through example might be the best way to explain! First, I have used the above 6 participants from your example .tsv and their details to put together an example of each ....
- View comment
- 1 vote
-
Yes sorry, I should post a better example! The column values can be anything that you want including gs:// links to the location of the file you wish to use as input to your Tool. Correct, custom t...
- View comment
- 1 vote
-
Hi Matt- Terminal hanging has been previously reported to the Leo team but I am going to add the extra information that the terminal hangs when switching tabs and not just after inactivity. There i...
- View comment
- 1 vote
-
Hi Beri, This does seem like a bug - I have filed a bug report with the Terra team and will make sure to reply back here with any updates and/or once the issue has been fixed! Thanks!
- View comment
- 1 vote
-
Hi Robin - At this time the switch to Terra will NOT affect the API (FireCloud or FISS). You are correct that the back-end will remain the same and while the nouns have changed some, we don't antic...
- View comment
- 1 vote
-
Hi there!Can you try removing the `./` in front of `script.py` and see if that eliminates the error that you are getting.
- View comment
- 0 votes
-
I noticed this pattern while working on converting a bash script that I was using locally into a WDL task. I have very much simplified the task but what I noticed is that variables that are defined...
- View comment
- Edited
- 0 votes
-
I was re-running these cells again today and realized that I needed to add library(stringr) as well. Just a note in case there are errors with using the above code.
- View comment
- 0 votes
-
I think the library(readr) is the one that you need to use str_glue() -- atleast that is the one that I had to import to get the str_glue() command to work without an error! Yes, effectively, th...
- View comment
- 0 votes