qiime2 / Keemei

Validate tabular bioinformatics file formats in Google Sheets
https://keemei.qiime2.org
BSD 3-Clause "New" or "Revised" License
5 stars 20 forks source link

Fill empty cells with a particular value #35

Open adamrp opened 9 years ago

adamrp commented 9 years ago

Improvement Description The particular value might be user-defined, or pre-defined (e.g., NaN)

jairideout commented 9 years ago

:+1: this would be really handy for e.g., QIIME, which doesn't support empty cells.

jairideout commented 9 years ago

This can be accomplished by using the search-and-replace functionality built into Google Sheets. Turn on regex mode and enter ^$, then hit "replace all" to replace all empty cells with a particular value. You can also restrict the search-and-replace by selecting only a portion of the sheet.

@adamrp does this work for your use case? If so I'll close the issue.

adamrp commented 9 years ago

Works for me! I would suggest putting the workaround (if it can be called that) in the keemei documentation, even if it is already in the google docs documentation, so that users know about it, since I do think that this will be a common task for keemei users

On Wed, Apr 1, 2015 at 6:13 PM, Jai Ram Rideout notifications@github.com wrote:

This can be accomplished by using the search-and-replace functionality built into Google Sheets. Turn on regex mode and enter ^$, then hit "replace all" to replace all empty cells with a particular value. You can also restrict the search-and-replace by selecting only a portion of the sheet.

@adamrp https://github.com/adamrp does this work for your use case? If so I'll close the issue.

— Reply to this email directly or view it on GitHub https://github.com/jairideout/Keemei/issues/35#issuecomment-88672340.

jairideout commented 9 years ago

Good idea! I'll add some instructions to the docs.

adamrp commented 9 years ago

Thanks, Jai, I think this can be closed!

On Thu, Apr 2, 2015 at 8:53 AM, Jai Ram Rideout notifications@github.com wrote:

Good idea! I'll add some instructions to the docs.

— Reply to this email directly or view it on GitHub https://github.com/jairideout/Keemei/issues/35#issuecomment-88935238.

jairideout commented 9 years ago

I'm going to leave it open for now until I can add the instructions to the documentation.