-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands.html
More file actions
645 lines (265 loc) · 15.4 KB
/
commands.html
File metadata and controls
645 lines (265 loc) · 15.4 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<!doctype html>
<!--
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
Free for personal and commercial use under the MIT license
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
-->
<html lang="en" class="no-js">
<head>
<!-- Load jQuery -->
<script src="/assets/js/vendor/jquery/jquery.min.js" type="text/javascript"></script>
<!-- Make a list of header images -->
<!-- init the list -->
<!-- loop and add -->
<!-- add image -->
<!-- add image -->
<!-- add image -->
<!-- add image -->
<!-- add image -->
<!-- add image -->
<!-- add image -->
<!--
Javascript and Liquid code to gather a list of all header images
in /assets/images/headers/
-->
<script type="text/javascript">
// get images from ``header_images`` array to js var
var header_images = [
"/assets/images/headers/cropped-hairy-1.jpg",
"/assets/images/headers/cropped-mir7-gal4.jpg",
"/assets/images/headers/cropped-worniu-gal4_800.jpg",
"/assets/images/headers/elav.jpg",
"/assets/images/headers/gliaflpmod.jpg",
"/assets/images/headers/glial_membranes.jpg",
"/assets/images/headers/wingdisc.jpg",
];
var randomIndex = Math.floor(Math.random() * header_images.length);
// and the winning ``header_image`` is...
var header_image = header_images[randomIndex]
console.log( header_image )
// image without overlay
// make sure overlay filter is handled correctly
$(document).ready(function() {
$(".page__hero--overlay").attr('style', ' background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(' + header_image + ')');
});
</script>
<meta charset="utf-8">
<!-- begin _includes/seo.html --><title>The Marshall lab</title>
<meta name="description" content="Epigenetics and systems biology of the brain">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="The Marshall lab">
<meta property="og:title" content="The Marshall lab">
<meta property="og:url" content="https://marshall-lab.github.io/commands.html">
<meta property="og:description" content="Epigenetics and systems biology of the brain">
<meta property="og:image" content="https://marshall-lab.github.io/random">
<link rel="canonical" href="https://marshall-lab.github.io/commands.html">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Owen Marshall",
"url": "https://marshall-lab.github.io/"
}
</script>
<!-- end _includes/seo.html -->
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="The Marshall lab Feed">
<!-- https://t.co/dKP3o1e -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css"></noscript>
<!-- start custom head snippets -->
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="The Marshall lab">
<meta itemprop="description" content="Epigenetics and systems biology of the brain">
<meta itemprop="image" content="https://marshall-lab.org/assets/images/worniu-gal4_800.jpg">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://marshall-lab.org">
<meta property="og:type" content="website">
<meta property="og:title" content="The Marshall lab">
<meta property="og:description" content="Epigenetics and systems biology of the brain">
<meta property="og:image" content="https://marshall-lab.org/assets/images/worniu-gal4_800.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="The Marshall lab">
<meta name="twitter:description" content="Epigenetics and systems biology of the brain">
<meta name="twitter:image" content="https://marshall-lab.org/assets/images/worniu-gal4_800.jpg">
<!-- favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/ssets/images/favicon-16x16.png">
<link rel="manifest" href="assets/images/site.webmanifest">
<link rel="mask-icon" href="assets/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- end custom head snippets -->
</head>
<body class="layout--single">
<div class="initial-content">
<div class="page__hero--overlay"
style=" background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/random');"
>
<div class="wrapper">
<h1 id="page-title" class="page__title" itemprop="headline">
The Marshall lab
</h1>
<p class="page__lead">Epigenetics and systems biology of the brain
</p>
</div>
</div>
<nav class="skip-links">
<ul>
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<div class="masthead sticky">
<div class="masthead__inner-wrap">
<div class="masthead__menu">
<nav id="site-nav" class="greedy-nav">
<a class="site-title" href="/"></a>
<ul class="visible-links">
<li class="masthead__menu-item">
<a href="/index.html">About the lab</a>
</li>
<li class="dropdown ">
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <i class="fa fa-angle-down" aria-hidden="true"></i><span class="caret"></span></a>
<ul class="dropdown-content">
<li>
<a href="/tada.html"> Targeted DamID</a>
</li>
<li>
<a href="/flyorf-tada.html"> FlyORF-TaDa</a>
</li>
<li>
<a href="/analysis.html"> Software and analysis</a>
</li>
</ul>
</li>
<li class="masthead__menu-item">
<a href="/images.html">Images</a>
</li>
<li class="masthead__menu-item">
<a href="/publications.html">Publications</a>
</li>
<li class="masthead__menu-item">
<a href="/people.html">People</a>
</li>
<li class="masthead__menu-item">
<a href="/positions.html">Positions</a>
</li>
<li class="masthead__menu-item">
<a href="/contact.html">Contact</a>
</li>
</ul>
<button class="greedy-nav__toggle hidden" type="button">
<span class="visually-hidden">Toggle menu</span>
<div class="navicon"></div>
</button>
<ul class="hidden-links hidden"></ul>
</nav>
</div>
</div>
</div>
<div id="main" role="main">
<article class="page h-entry" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="description" content="Epigenetics and systems biology of the brain">
<div class="page__inner-wrap">
<section class="page__content e-content" itemprop="text">
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> --bamfiles Only process BAM files
--bedtools_path path to BEDTools executable (leave blank if in path)
--bins Width of bins to use for mapping reads
[Current value: 75]
--bowtie Perform bowtie2 alignment [1/0]
[Current value: 1]
--bowtie2_add_flags Additional flags to use for bowtie2 alignment
--bowtie2_genome_dir Directory and basename for bowtie2 .bt2 indices
--bowtie2_path path to bowtie2 executable (leave blank if in path)
--dam Specify file to use as Dam control
--extend_reads Perform read extension [1/0]
[Current value: 1]
--extension_method Read extension method to use; options are:
full: Method used by version 1.3 and earlier. Extends all reads to the value set with --len.
gatc: Default for version 1.4 and above. Extends reads to --len or to the next GATC site, whichever is shorter. Using this option increases peak resolution.
[Current value: gatc]
--full_data_files Output full binned ratio files (not only GATC array)
--gatc_frag_file GFF file containing all instances of the sequence GATC
--just_align Just align the FASTQ files, generate BAM files, and exit
--kde_plot create an Rplot of the kernel density fit for normalisation (requires R)
--keep_original_bams Keep unextended BAM files if using single-end reads
--len Length to extend reads to
[Current value: 300]
--load_defaults Load this saved set of defaults
(use 'list' to list current saved options)
--max_norm_value Maximum log2 value to limit normalisation search at (default = +5)
[Current value: 5]
--method_subtract Output values are (Dam_fusion - Dam) instead of log2(Dam_fusion/Dam) (not recommended)
--min_norm_value Minimum log2 value to limit normalisation search at (default = -5)
[Current value: -5]
--no_file_filters Do not trim filenames for output
[Current value: 1]
--norm_method Normalisation method to use; options are:
kde: use kernel density estimation of log2 GATC fragment ratio (default)
rpm: use readcounts per million reads (not recommended for most use cases)
rawbins: new experimental method, may be more accurate
[Current value: kde]
--norm_override Normalise by this amount instead
--norm_steps Number of points in normalisation routine (default = 300)
[Current value: 300]
--out_name Use this as the fusion-protein name when saving the final ratio
--output_format Output tracks in this format [gff/bedgraph]
[Current value: bedgraph]
--paired Process paired-end reads (experimental, use with caution)
--ps_debug Print extra debugging info on pseudocount calculations in log file
--ps_factor Value of c in c*(reads/bins) formula for calculating pseudocounts (default = 10)
[Current value: 10]
--pseudocounts Add this value of psuedocounts instead (default: optimal number of pseudocounts determined algorithmically)
--q Cutoff average Q score for aligned reads
[Current value: 30]
--qscore1max max decile for normalising from Dam array
[Current value: 1]
--qscore1min min decile for normalising from Dam array
[Current value: 0.4]
--qscore2max max decile for normalising from fusion-protein array
[Current value: 0.9]
--reset_defaults Delete user-defined parameters
--samtools_path path to samtools executable (leave blank if in path)
--save_defaults Save runtime parameters as default
(provide a name to differentiate different genomes -- these can be loaded with 'load_defaults')
--threads threads for bowtie2 to use
[Current value: 7]
--write_raw Write TSV file with raw counts for each Dam, sample pair
</code></pre></div></div>
</section>
<footer class="page__meta">
</footer>
</div>
</article>
</div>
</div>
<div id="footer" class="page__footer">
<footer>
<!-- start custom footer snippets -->
<!-- end custom footer snippets -->
<div class="page__footer-follow">
<ul class="social-icons">
<li><a href="https://twitter.com/OMarshall_lab" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li>
<li><a href="https://github.com/owenjm" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
</ul>
</div>
<div class="page__footer-copyright">© 2024 Owen Marshall. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
</footer>
</div>
<script src="/assets/js/main.min.js"></script>
</body>
</html>