-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlab_resources.html
More file actions
139 lines (128 loc) · 6.6 KB
/
lab_resources.html
File metadata and controls
139 lines (128 loc) · 6.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<head>
<title>
Lab Resources
</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/jquery-ui.min.css" />
<link rel="stylesheet" href="assets/css/jquery-ui.structure.min.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/loyal_mods.css" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo">
<a href="index.html"> <img id="shield" src="images/medicine.shield.small.white.png" height="40" alt=""/>Goff Lab</a>
</h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="news.html">News</a></li> -->
<li><a href="people.html">People</a></li>
<li><a href="#">Research</a>
<ul>
<li><a href="preprints.html">Preprints</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="datasets.html">Datasets</a></li>
</ul>
</li>
<!-- <li><a href="teaching.html">Teaching</a></li> -->
<!--
<li><a href="#">Resources</a>
<ul>
<li><a href="members.html">Lab Members</a></li>
<li><a href="links.html">Links</a></li>
</ul>
</li>
-->
<!-- <li><a href="blog.html">Blog</a></li> -->
<li><a href="lab_resources.html">Resources</a></li>
<li><a href="join.html">Opportunites</a></li>
<li><a href="contact.html">Contact Us</a></li>
<!--<li><a href="#" class="button primary">Sign Up</a></li>-->
</ul>
</nav>
</header>
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>Lab Resources, Snippets, Tips, and Micro-Projects</h2>
</header>
<!-- Content -->
<section id="content">
<ul>
<li><a href="https://github.com/jaredslosberg/get_SRA_fastqs" target="_blank">Fetch all SRA records for a specific project and convert to fastqs. Author: Jared Slosberg</a></li>
<li><a href="https://github.com/gofflab/containers" target="_blank">Collection of singularity containers and .def files for select projects</a></li>
<li><a href="https://github.com/gofflab/neurocog_scRNA-Seq_2020" target="_blank">Comprehensive single cell workflow tutorial using kallisto, bustools, and RNAVelocity</a></li>
<li><a href="https://github.com/gofflab/lincer_orig" target="_blank"><strong>Lincer</strong> Original in house (Rinn lab) lncRNA assembly, discovery, and annotation pipeline</a></li>
<li><a href="https://github.com/gofflab/tileIt" target="_blank"><strong>TileIt:</strong> Simple python utility for designing tiled oligos along fasta sequences</a></li>
<li><a href="https://github.com/gofflab/biolib" target="_blank"><strong>Biolib:</strong> Python library of my own personal compbio utilities accumulated over the years. Author: Loyal</a></li>
<li><a href="https://github.com/gofflab/HCRProbeDesign" target="_blank"><strong>HCRProbeDesign:</strong> Python utility for the selection and design of optimized HCR v3.0 probes. Author: Loyal</a></li>
</ul>
</section>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fwww.sharelinkgenerator.com%2F&ref_src=twsrc%5Etfw&text=Share%20Link%20Generator%3A%20Facebook%2C%20Twitter%2C%20LinkedIn%2C%20Pinterest%2C%20and%20Email%20mailto%20forms&tw_p=tweetbutton&url=https%3A%2F%2Fwww.sharelinkgenerator.com%2F&via=twitterapi" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<!-- <li><a href="#" class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a></li> -->
<!-- <li><a href="#" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li> -->
<!-- <li><a href="#" class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li> -->
<li><a href="http://github.com/gofflab/" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:loyalgoff@jhmi.edu" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Goff Lab - JHU. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/jquery-ui.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script type='text/javascript' src='https://d1bxh8uas1mnw7.cloudfront.net/assets/embed.js'></script>
<script>
$( function() {
$( "#accordion" ).accordion();
} );
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-318359-8', 'auto');
ga('send', 'pageview');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X36CPG7L73"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X36CPG7L73');
</script>
</body>
</html>