Heads up:
We’re moving the GATK website, docs and forum to a new platform. Read the full story and breakdown of key changes on this blog.
We’re moving the GATK website, docs and forum to a new platform. Read the full story and breakdown of key changes on this blog.
Configuring Array of Strings with One Element

I have an array of strings that will often just have one string as an input. How should this be formatted when configuring? In the exec.sh it seems that when just a string is entered, the parsing breaks--
for f in ["‎gs://fc-....../fastqs/H35KCBCXY/‎"]: # get the fastqs
Tagged:
Best Answer
-
Update: it seems there was a hidden character, removed and it works now.
Answers
Update: it seems there was a hidden character, removed and it works now.