Skip to content
Open
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
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The convention for this, when updating docs.yml is the following:

- <font-awesome-icon> <content> <url ending in .pdf>: 'index.md'
example:
- fa-file-pdf-o Download PDF /API/PDF/API_UG.pdf: 'index.md'
- fa-file-pdf-o Download PDF /output/dist/API/PDF/fafiletext_Download_PDF_/API/PDF/API_UG.pdf: 'index.md'

### Documentation Conventions

Expand Down
6 changes: 2 additions & 4 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ h5 {
}
h1.hero-heading {
font-size: 40px;
color: #fff;
}
.hero-search-container {
display: flex;
Expand Down Expand Up @@ -223,7 +224,7 @@ h1.hero-heading {
}

.my-container {
width: 80%;
width: 92%;
display: block;
}

Expand Down Expand Up @@ -453,9 +454,6 @@ footer a:visited {
background-color: rgb(206, 202, 202);
}

.navbar-nav li a:hover {
color: white;
}

#navbarDropdownMenuLink:hover {
color: white;
Expand Down
2 changes: 1 addition & 1 deletion docs/API/PDF/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A PDF version of this document is available [here](/API/PDF/API_UG.pdf).
A PDF version of this document is available [here](/output/dist/API/PDF/fafiletext_Download_PDF_/API/PDF/API_UG.pdf).
2 changes: 1 addition & 1 deletion docs/Data/PDF/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A PDF version of this document is available [here](/Data/PDF/Data_UG.pdf).
A PDF version of this document is available [here](/output/dist/Data_Submission/PDF/fafiletext_Download_PDF_/Data_Submission_Portal/PDF/Data_Submission_Portal_UG.pdf).
2 changes: 1 addition & 1 deletion docs/Data_Portal/PDF/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
A PDF version of this document is available [here](/Data_Portal/PDF/Data_Portal_UG.pdf).
A PDF version of this document is available [here](/output/dist/Data_Portal/PDF/fafiletext_Download_PDF_/Data_Portal/PDF/Data_Portal_UG.pdf).
2 changes: 1 addition & 1 deletion docs/Data_Submission_Portal/PDF/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@



A PDF version of this document is available [here](/Data_Submission_Portal/PDF/Data_Submission_Portal_UG.pdf).
A PDF version of this document is available [here](/output/dist/Data_Submission/PDF/fafiletext_Download_PDF_/Data_Submission_Portal/PDF/Data_Submission_Portal_UG.pdf).
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ <h4>Reference Genome</h4>
</tr>
</tbody>
</table>
<p><img alt="DNA-Seq Alignment Pipeline" src="images/dna-alignment-pipeline_1.png"/></p>
<p><img alt="DNA-Seq Alignment Pipeline" src="../images/dna-alignment-pipeline_1.png"/></p>
<h3>DNA-Seq Alignment Command Line Parameters</h3>
<p><strong>Note that version numbers may vary in files downloaded from the GDC Portal due to ongoing pipeline development and improvement.</strong></p>
<h4>Step 1: Converting BAMs to FASTQs with Biobambam - biobambam2</h4>
Expand Down
Loading