The 1.0.9 version of the workflow hangs indefinitely on the s28_GNOS_download_4.sh step.
This appears to be a bug with the gt-download or vcf-uploader components for this version.
To duplicate:
1) Build and then unzip the workflow on a worker (or a development machine with seqware installed and valid gnos keys)
2) Run the workflow using seqware bundle launch --dir <your workflow directory> --no-metadata --ini <an ini with the new parameter defined ... or not, it hangs either way> to run with sample data
3) In a different terminal, go to the shared_workspace/downloads folder. You'll find that the test data (177MB) is downloaded successfully. However, the call to s28_GNOS_download_4.sh hangs indefinitely.
4) Use strace to see the eternal waiting
The 1.0.9 version of the workflow hangs indefinitely on the s28_GNOS_download_4.sh step.
This appears to be a bug with the gt-download or vcf-uploader components for this version.
To duplicate:
1) Build and then unzip the workflow on a worker (or a development machine with seqware installed and valid gnos keys) 2) Run the workflow using
seqware bundle launch --dir <your workflow directory> --no-metadata --ini <an ini with the new parameter defined ... or not, it hangs either way>
to run with sample data 3) In a different terminal, go to the shared_workspace/downloads folder. You'll find that the test data (177MB) is downloaded successfully. However, the call tos28_GNOS_download_4.sh
hangs indefinitely. 4) Use strace to see the eternal waiting`
Also see #1