Skip to content

.split(".") does not work on the same case where .split("chr") or .split("_") are working #4258

Closed Answered by kubranarci
kubranarci asked this question in Q&A
Discussion options

You must be logged in to vote

Answer from Marcel:

Channel
  .fromPath("data/*")
  .set { my_ch }

my_ch.view()

my_ch
  .map { path -> [path, path.name.split("\\.")[1]] }
  .view()

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mribeirodantas
Comment options

Answer selected by bentsherman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants