Replies: 2 comments 4 replies
-
|
I am open to the first and second option but I would not use the third one. I had few issues in the past parsing files in R where the files had mixed separators tab and spaces together. I would also suggest for the second option to not give the possibility of using spaces as separators. |
Beta Was this translation helpful? Give feedback.
-
|
@ariannalandini ... I kinda agree with Bruno here. We may want to enforce tab-delimited input files for summary stats (plain text of gzipped), since this is by far the most popular format in my mind. What do you think? How often did you have to process summary stats that were space or comma-separated? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We all agree to accept both compressed and uncompressed text files as summary stats input. However, we need to decide how flexible we want to be here in terms of formats / delimiters.
Possible options in my mind are
Based on the result of this discussion, we can adapt all the scripts accordingly.
If we go for the third option, it would be good to update the test datasets so that we have a mix of delimiters.
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions