Skip to content

omit trailing comma with collapse operation#7

Open
slowkow wants to merge 1 commit intoarq5x:masterfrom
slowkow:patch-1
Open

omit trailing comma with collapse operation#7
slowkow wants to merge 1 commit intoarq5x:masterfrom
slowkow:patch-1

Conversation

@slowkow
Copy link
Copy Markdown

@slowkow slowkow commented Jul 29, 2013

Before

$ groupBy -i ex1.out -g 1,2,3,4 -c 8,9 -o collapse,mean
chr1 10  20  A   B.1,B.2,    5500

After

$ groupBy -i ex1.out -g 1,2,3,4 -c 8,9 -o collapse,mean
chr1 10  20  A   B.1,B.2    5500

Before

$ groupBy -i ex1.out -g 1,2,3,4 -c 8,9 -o collapse,mean
chr1 10  20  A   B.1,B.2,    5500

After

$ groupBy -i ex1.out -g 1,2,3,4 -c 8,9 -o collapse,mean
chr1 10  20  A   B.1,B.2    5500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant