Skip to content

Commit fd477d2

Browse files
committed
Finalize LucaVirus GPU WDL smoke support
Require LucaVirus executions to use GPU mode and narrow workflow metadata to protein FASTA inputs. Add local Cromwell GPU configuration, miniWDL and Cromwell test inputs, empty-input and protein smoke fixtures, and a documented integration plan. Ignore local Cromwell run outputs so generated logs and metadata do not get committed.
1 parent 593f017 commit fd477d2

17 files changed

Lines changed: 1282 additions & 15 deletions

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,10 @@ tools/conda-tools/
7878
# miniWDL
7979
default.profraw
8080

81-
.vscode/
81+
# Local Cromwell run artifacts
82+
/cromwell-executions/
83+
/_LAST
84+
/*.cromwell.out
85+
/*.metadata.json
86+
87+
.vscode/

0 commit comments

Comments
 (0)