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

Cromwell cannot delocalize Array[Array[File]] #7364

Open
archanaraja opened this issue Feb 12, 2024 · 0 comments
Open

Cromwell cannot delocalize Array[Array[File]] #7364

archanaraja opened this issue Feb 12, 2024 · 0 comments

Comments

@archanaraja
Copy link

archanaraja commented Feb 12, 2024

Hi ,
Im running the GATK warp joint genotyping pipeline cromwell on GCP backend . The pipeline fails because cromwell cannot localize files with certain data types like Array[Array[String]]

This issue was reported on the terra website too and the workaround was to write a task to read file into an array, I have performed the workaround but are there plans to fix this issue in any upcoming releases.

Cromwell version tested : 85

Are you seeing something that looks like a bug? Please attach as much information as possible.
"Failed to evaluate 'sample_name_map_lines' (reason 1 of 1): Evaluating read_tsv(sample_name_map) failed: Failed to read_tsv(\"gs://wgs/test/sample_map.txt\") (reason 1 of 1): java.lang.IllegalArgumentException: Could not build the path \"gs://wgs/test/sample_map.txt\". It may refer to a filesystem not supported by this instance of Cromwell. Supported filesystems are: HTTP, LinuxFileSystem. Failures: \nHTTP: gs://wgs/test/sample_map.txt does not have an http or https scheme (IllegalArgumentException)\nLinuxFileSystem: Cannot build a local path from gs://wgs/test/sample_map.txt (RuntimeException)\n Please refer to the documentation for more information on how to configure filesystems: http://cromwell.readthedocs.io/en/develop/backends/HPC/#filesystems"

Which backend are you running?
GCP

Link to the workflow if possible
https://github.com/broadinstitute/warp/blob/develop/pipelines/broad/dna_seq/germline/joint_genotyping/JointGenotyping.wdl

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

1 participant