The skeleton test cases for these three steps had been marked xfail while we work through public access to their reference databases on S3. Now miniwdl v0.8.0 can download public s3:// URIs without any external plugin.
For small/medium downloads, changes the URI String inputs to File so that miniwdl takes over downloading
the star and gsnap cases work, but the databases are too large to use in Actions or arguably for "unit tests" in general (27GB and 16GB). have marked them 'skip'
because the auto-untar for star and gsnap host filter databases are no longer streaming, this diff would cause (moderate) speed and disk space usage regressions in production
also skipped are tasks using nr/nt databases which are larger; leaving these handled by idseq-dag for the moment.
eventually we may either store the databases under a S3 key prefix without tarring, or allow miniwdl's future implementation of the WDL 2.0 Directory type to accept tar inputs (which would be a useful but nonstandard feature)
The skeleton test cases for these three steps had been marked xfail while we work through public access to their reference databases on S3. Now miniwdl v0.8.0 can download public s3:// URIs without any external plugin.
String
inputs toFile
so that miniwdl takes over downloading