Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/.gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "crankshaft"]
path = crankshaft
url = https://github.com/stjude-rust-labs/crankshaft.git
1 change: 1 addition & 0 deletions crates/crankshaft
Submodule crankshaft added at 15820c
2 changes: 2 additions & 0 deletions crates/wdl-engine/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ use crate::http::Transferer;
use crate::path::EvaluationPath;

mod docker;
mod generic;
mod local;
mod lsf_apptainer;
mod tes;

pub use docker::*;
pub use generic::*;
pub use local::*;
pub use lsf_apptainer::*;
pub use tes::*;
Expand Down
Loading
Loading