generated from jhudsl/AnVIL_Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be69952
commit 1f2e2c6
Showing
13 changed files
with
234 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,14 +22,14 @@ | |
|
||
|
||
|
||
<meta name="date" content="2024-09-18" /> | ||
<meta name="date" content="2024-09-24" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
|
||
<link rel="shortcut icon" href="assets/AnVIL_style/anvil_favicon.ico" type="image/x-icon" /> | ||
<link rel="prev" href="wrap-a-tool-with-wdl.html"/> | ||
<link rel="prev" href="how-to-run-your-tool-in-anvil-with-wdl.html"/> | ||
<link rel="next" href="references.html"/> | ||
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fuse.min.js"></script> | ||
|
@@ -94,7 +94,7 @@ | |
<li class="part"><span><b>Topics</b></span></li> | ||
<li class="chapter" data-level="1" data-path="scalable-ml-and-data-science.html"><a href="scalable-ml-and-data-science.html"><i class="fa fa-check"></i><b>1</b> Scalable ML and Data Science</a></li> | ||
<li class="chapter" data-level="2" data-path="polygenic-risk-score-analysis.html"><a href="polygenic-risk-score-analysis.html"><i class="fa fa-check"></i><b>2</b> Polygenic Risk Score Analysis</a></li> | ||
<li class="chapter" data-level="3" data-path="wrap-a-tool-with-wdl.html"><a href="wrap-a-tool-with-wdl.html"><i class="fa fa-check"></i><b>3</b> Wrap a Tool with WDL</a></li> | ||
<li class="chapter" data-level="3" data-path="how-to-run-your-tool-in-anvil-with-wdl.html"><a href="how-to-run-your-tool-in-anvil-with-wdl.html"><i class="fa fa-check"></i><b>3</b> How to Run Your Tool in AnVIL with WDL</a></li> | ||
<li class="chapter" data-level="" data-path="about-the-authors.html"><a href="about-the-authors.html"><i class="fa fa-check"></i>About the Authors</a></li> | ||
<li class="chapter" data-level="4" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i><b>4</b> References</a></li> | ||
<li class="divider"></li> | ||
|
@@ -275,7 +275,7 @@ <h1>About the Authors<a href="about-the-authors.html#about-the-authors" class="a | |
## collate en_US.UTF-8 | ||
## ctype en_US.UTF-8 | ||
## tz Etc/UTC | ||
## date 2024-09-18 | ||
## date 2024-09-24 | ||
## pandoc 3.1.1 @ /usr/local/bin/ (via rmarkdown) | ||
## | ||
## ─ Packages ─────────────────────────────────────────────────────────────────── | ||
|
@@ -354,7 +354,7 @@ <h1>About the Authors<a href="about-the-authors.html#about-the-authors" class="a | |
</div> | ||
</div> | ||
</div> | ||
<a href="wrap-a-tool-with-wdl.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a> | ||
<a href="how-to-run-your-tool-in-anvil-with-wdl.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a> | ||
<a href="references.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,209 @@ | ||
<!DOCTYPE html> | ||
<html lang="" xml:lang=""> | ||
<head> | ||
|
||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>Chapter 3 How to Run Your Tool in AnVIL with WDL | AnVIL CoFests! 2024</title> | ||
<meta name="description" content="Description about Course/Book." /> | ||
<meta name="generator" content="bookdown 0.39.1 and GitBook 2.6.7" /> | ||
|
||
<meta property="og:title" content="Chapter 3 How to Run Your Tool in AnVIL with WDL | AnVIL CoFests! 2024" /> | ||
<meta property="og:type" content="book" /> | ||
|
||
<meta property="og:description" content="Description about Course/Book." /> | ||
|
||
|
||
<meta name="twitter:card" content="summary" /> | ||
<meta name="twitter:title" content="Chapter 3 How to Run Your Tool in AnVIL with WDL | AnVIL CoFests! 2024" /> | ||
|
||
<meta name="twitter:description" content="Description about Course/Book." /> | ||
|
||
|
||
|
||
|
||
<meta name="date" content="2024-09-24" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
|
||
<link rel="shortcut icon" href="assets/AnVIL_style/anvil_favicon.ico" type="image/x-icon" /> | ||
<link rel="prev" href="polygenic-risk-score-analysis.html"/> | ||
<link rel="next" href="about-the-authors.html"/> | ||
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fuse.min.js"></script> | ||
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" /> | ||
<link href="libs/gitbook-2.6.7/css/plugin-table.css" rel="stylesheet" /> | ||
<link href="libs/gitbook-2.6.7/css/plugin-bookdown.css" rel="stylesheet" /> | ||
<link href="libs/gitbook-2.6.7/css/plugin-highlight.css" rel="stylesheet" /> | ||
<link href="libs/gitbook-2.6.7/css/plugin-search.css" rel="stylesheet" /> | ||
<link href="libs/gitbook-2.6.7/css/plugin-fontsettings.css" rel="stylesheet" /> | ||
<link href="libs/gitbook-2.6.7/css/plugin-clipboard.css" rel="stylesheet" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link href="libs/anchor-sections-1.1.0/anchor-sections.css" rel="stylesheet" /> | ||
<link href="libs/anchor-sections-1.1.0/anchor-sections-hash.css" rel="stylesheet" /> | ||
<script src="libs/anchor-sections-1.1.0/anchor-sections.js"></script> | ||
|
||
<!-- Google tag (gtag.js) --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZTKJE9VK99"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-ZTKJE9VK99'); | ||
</script> | ||
|
||
|
||
|
||
<style type="text/css"> | ||
|
||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | ||
</style> | ||
|
||
<link rel="stylesheet" href="assets/style.css" type="text/css" /> | ||
<link rel="stylesheet" href="assets/AnVIL_style/anvil.css" type="text/css" /> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
|
||
<div class="book without-animation with-summary font-size-2 font-family-1" data-basepath="."> | ||
|
||
<div class="book-summary"> | ||
<nav role="navigation"> | ||
|
||
<ul class="summary"> | ||
<a href="https://anvilproject.org/" target="_blank"><img src="assets/AnVIL_style/logo-anvil.png" style="width: 80%; padding-left: 15px; padding-top: 8px;"</a> | ||
|
||
<li class="divider"></li> | ||
<li class="chapter" data-level="" data-path="index.html"><a href="index.html"><i class="fa fa-check"></i>What are CoFests!?</a></li> | ||
<li class="chapter" data-level="" data-path="organizer-guide.html"><a href="organizer-guide.html"><i class="fa fa-check"></i>Organizer Guide</a> | ||
<ul> | ||
<li class="chapter" data-level="" data-path="organizer-guide.html"><a href="organizer-guide.html#final-product-report-out"><i class="fa fa-check"></i>Final Product / Report Out</a></li> | ||
</ul></li> | ||
<li class="part"><span><b>Topics</b></span></li> | ||
<li class="chapter" data-level="1" data-path="scalable-ml-and-data-science.html"><a href="scalable-ml-and-data-science.html"><i class="fa fa-check"></i><b>1</b> Scalable ML and Data Science</a></li> | ||
<li class="chapter" data-level="2" data-path="polygenic-risk-score-analysis.html"><a href="polygenic-risk-score-analysis.html"><i class="fa fa-check"></i><b>2</b> Polygenic Risk Score Analysis</a></li> | ||
<li class="chapter" data-level="3" data-path="how-to-run-your-tool-in-anvil-with-wdl.html"><a href="how-to-run-your-tool-in-anvil-with-wdl.html"><i class="fa fa-check"></i><b>3</b> How to Run Your Tool in AnVIL with WDL</a></li> | ||
<li class="chapter" data-level="" data-path="about-the-authors.html"><a href="about-the-authors.html"><i class="fa fa-check"></i>About the Authors</a></li> | ||
<li class="chapter" data-level="4" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i><b>4</b> References</a></li> | ||
<li class="divider"></li> | ||
<p style="text-align:center;"> <a href="https://github.com/jhudsl/OTTR_Template" target="blank" > This content was published with</a> <a href="https://bookdown.org/" target="blank"> bookdown by: </a> </p> | ||
<p style="text-align:center;"> <a href="https://hutchdatascience.org/"> The Fred Hutch Data Science Lab </a></p> | ||
<a href="https://hutchdatascience.org/" target="_blank"><img src="https://raw.githubusercontent.com/jhudsl/OTTR_Template/main/style-sets/fhdasl/copy_to_assets/big-dasl-stacked.png" style="width: 80%; padding-left: 34px; padding-top: 8px;"</a> | ||
<p style="text-align:center; font-size: 12px;"> <a href="https://github.com/rstudio4edu/rstudio4edu-book/"> Style adapted from: rstudio4edu-book </a> <a href ="https://creativecommons.org/licenses/by/2.0/"> (CC-BY 2.0) </a></p> | ||
<p style="padding-left: 40px;"><div class="trapezoid" style = "padding-left: 40px;"><span><a href="https://docs.google.com/forms/d/e/1FAIpQLScrDVb_utm55pmb_SHx-RgELTEbCCWdLea0T3IzS0Oj00GE4w/viewform?usp=pp_url&entry.1565230805=AnVIL+CoFests!+2024"> Click here to provide feedback</a> <img src="assets/itcr_arrow.png" style=" width: 10%" ></span></div></p> | ||
|
||
</ul> | ||
|
||
</nav> | ||
</div> | ||
|
||
<div class="book-body"> | ||
<div class="body-inner"> | ||
<div class="book-header" role="navigation"> | ||
<h1> | ||
<i class="fa fa-circle-o-notch fa-spin"></i><a href="./">AnVIL CoFests! 2024</a> | ||
</h1> | ||
</div> | ||
|
||
<div class="page-wrapper" tabindex="-1" role="main"> | ||
<div class="page-inner"> | ||
|
||
<section class="normal" id="section-"> | ||
<head> | ||
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=10.0,initial-scale=1.0"> | ||
<!--script src="https://kit.fontawesome.com/6a26f47516.js"></script--> | ||
<!--<script src="assets/hideOutput.js"></script>--> | ||
</head> | ||
|
||
|
||
|
||
<div class="hero-image-container"> | ||
<img class= "hero-image" src="assets/AnVIL_style/dasl_thin_main_image.png"> | ||
</div> | ||
<div id="how-to-run-your-tool-in-anvil-with-wdl" class="section level1 hasAnchor" number="3"> | ||
<h1><span class="header-section-number">Chapter 3</span> How to Run Your Tool in AnVIL with WDL<a href="how-to-run-your-tool-in-anvil-with-wdl.html#how-to-run-your-tool-in-anvil-with-wdl" class="anchor-section" aria-label="Anchor link to header"></a></h1> | ||
|
||
</div> | ||
<hr> | ||
<center> | ||
<div class="footer"> | ||
All illustrations <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY. </a> | ||
<br> | ||
All other materials <a href= "https://creativecommons.org/licenses/by/4.0/"> CC-BY </a> unless noted otherwise. | ||
</div> | ||
</center> | ||
</section> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<a href="polygenic-risk-score-analysis.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a> | ||
<a href="about-the-authors.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a> | ||
</div> | ||
</div> | ||
<script src="libs/gitbook-2.6.7/js/app.min.js"></script> | ||
<script src="libs/gitbook-2.6.7/js/clipboard.min.js"></script> | ||
<script src="libs/gitbook-2.6.7/js/plugin-search.js"></script> | ||
<script src="libs/gitbook-2.6.7/js/plugin-sharing.js"></script> | ||
<script src="libs/gitbook-2.6.7/js/plugin-fontsettings.js"></script> | ||
<script src="libs/gitbook-2.6.7/js/plugin-bookdown.js"></script> | ||
<script src="libs/gitbook-2.6.7/js/jquery.highlight.js"></script> | ||
<script src="libs/gitbook-2.6.7/js/plugin-clipboard.js"></script> | ||
<script> | ||
gitbook.require(["gitbook"], function(gitbook) { | ||
gitbook.start({ | ||
"sharing": { | ||
"github": false, | ||
"facebook": true, | ||
"twitter": true, | ||
"linkedin": false, | ||
"weibo": false, | ||
"instapaper": false, | ||
"vk": false, | ||
"whatsapp": false, | ||
"all": ["facebook", "twitter", "linkedin", "weibo", "instapaper"] | ||
}, | ||
"fontsettings": { | ||
"theme": "white", | ||
"family": "sans", | ||
"size": 2 | ||
}, | ||
"edit": { | ||
"link": null, | ||
"text": null | ||
}, | ||
"history": { | ||
"link": null, | ||
"text": null | ||
}, | ||
"view": { | ||
"link": null, | ||
"text": null | ||
}, | ||
"download": null, | ||
"search": { | ||
"engine": "fuse", | ||
"options": null | ||
}, | ||
"toc": { | ||
"collapse": "section" | ||
} | ||
}); | ||
}); | ||
</script> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,15 @@ | |
|
||
|
||
|
||
<meta name="date" content="2024-09-18" /> | ||
<meta name="date" content="2024-09-24" /> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta name="apple-mobile-web-app-capable" content="yes" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | ||
|
||
<link rel="shortcut icon" href="assets/AnVIL_style/anvil_favicon.ico" type="image/x-icon" /> | ||
<link rel="prev" href="scalable-ml-and-data-science.html"/> | ||
<link rel="next" href="wrap-a-tool-with-wdl.html"/> | ||
<link rel="next" href="how-to-run-your-tool-in-anvil-with-wdl.html"/> | ||
<script src="libs/jquery-3.6.0/jquery-3.6.0.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fuse.min.js"></script> | ||
<link href="libs/gitbook-2.6.7/css/style.css" rel="stylesheet" /> | ||
|
@@ -94,7 +94,7 @@ | |
<li class="part"><span><b>Topics</b></span></li> | ||
<li class="chapter" data-level="1" data-path="scalable-ml-and-data-science.html"><a href="scalable-ml-and-data-science.html"><i class="fa fa-check"></i><b>1</b> Scalable ML and Data Science</a></li> | ||
<li class="chapter" data-level="2" data-path="polygenic-risk-score-analysis.html"><a href="polygenic-risk-score-analysis.html"><i class="fa fa-check"></i><b>2</b> Polygenic Risk Score Analysis</a></li> | ||
<li class="chapter" data-level="3" data-path="wrap-a-tool-with-wdl.html"><a href="wrap-a-tool-with-wdl.html"><i class="fa fa-check"></i><b>3</b> Wrap a Tool with WDL</a></li> | ||
<li class="chapter" data-level="3" data-path="how-to-run-your-tool-in-anvil-with-wdl.html"><a href="how-to-run-your-tool-in-anvil-with-wdl.html"><i class="fa fa-check"></i><b>3</b> How to Run Your Tool in AnVIL with WDL</a></li> | ||
<li class="chapter" data-level="" data-path="about-the-authors.html"><a href="about-the-authors.html"><i class="fa fa-check"></i>About the Authors</a></li> | ||
<li class="chapter" data-level="4" data-path="references.html"><a href="references.html"><i class="fa fa-check"></i><b>4</b> References</a></li> | ||
<li class="divider"></li> | ||
|
@@ -150,7 +150,7 @@ <h1><span class="header-section-number">Chapter 2</span> Polygenic Risk Score An | |
</div> | ||
</div> | ||
<a href="scalable-ml-and-data-science.html" class="navigation navigation-prev " aria-label="Previous page"><i class="fa fa-angle-left"></i></a> | ||
<a href="wrap-a-tool-with-wdl.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a> | ||
<a href="how-to-run-your-tool-in-anvil-with-wdl.html" class="navigation navigation-next " aria-label="Next page"><i class="fa fa-angle-right"></i></a> | ||
</div> | ||
</div> | ||
<script src="libs/gitbook-2.6.7/js/app.min.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
scalable-ml-and-data-science | ||
polygenic-risk-score-analysis | ||
wrap-a-tool-with-wdl | ||
how-to-run-your-tool-in-anvil-with-wdl | ||
references |
Oops, something went wrong.