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

Folding list work around does not work in all situations #272

Open
npklein opened this issue Feb 17, 2017 · 0 comments
Open

Folding list work around does not work in all situations #272

npklein opened this issue Feb 17, 2017 · 0 comments
Assignees

Comments

@npklein
Copy link
Contributor

npklein commented Feb 17, 2017

There is a weird thing with folding of lists where

#list phaserOutputVcf
#string CHR

would multiple every value in variable by the number of chromosomes. Work around was to do

#list phaserOutputVcf
#list CHR
#string CHR

I now have a similar problem where a variable gets multiplied too many times. However, when using the work around, phaserOutputVcf does not get connected to the environment. Attached folder contains two generating scripts, generateJobs_misses_parameter.sh which shows phaserOutputVcf not getting connected to the environment, and generateJobs_too_much_folding.sh where phaserOutputVcf gets multiplied too many times.

tmp_test.zip

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

No branches or pull requests

2 participants