Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix input error #161

Merged
merged 5 commits into from
Jul 7, 2022
Merged

Fix input error #161

merged 5 commits into from
Jul 7, 2022

Conversation

changebio
Copy link
Contributor

No description provided.

@@ -255,11 +255,11 @@
" import os.path\n",
" input_path=${_input[0]:r}\n",
" output_path=${_output[0]:r}\n",
" fr = ${fr}\n",
" to = ${to}\n",
" fr = f'${fr}'\n",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove f. There is no need for that I believe.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested the code. removing f causes an error.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To clarify, you are saying this does not work? I don't think so. Please double check

fr = "${fr}"

(without f but with quote on the string)

@@ -167,7 +167,7 @@
"# Rename Variant ID\n",
"parameter: rename = True\n",
"# Container\n",
"parameter: container = str"
"parameter: container = '.'"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make container default as empty string ''

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@gaow
Copy link
Contributor

gaow commented Jul 5, 2022

@changebio there is a merge conflict ... please resolve that.

@changebio
Copy link
Contributor Author

fixed

@gaow gaow merged commit 2443504 into cumc:master Jul 7, 2022
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.

2 participants