File: Drop-seq_alignment.sh.1

package info (click to toggle)
drop-seq 3.0.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 174,608 kB
  • sloc: java: 51,214; sh: 526; xml: 271; makefile: 34
file content (32 lines) | stat: -rw-r--r-- 990 bytes parent folder | download | duplicates (4)
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
.TH DROP-SEQ_ALIGNMENT.SH "1" "February 2021" "Drop-seq_alignment.sh" "User Commands"
.SH NAME
Drop-seq_alignment.sh \- perform Drop\-seq tagging, trimming and alignment
.SH DESCRIPTION
USAGE: Drop\-seq_alignment.sh [options] <unmapped\-queryname\-sorted.bam>
.SS OPTIONS
.PP
\fB\-g\fR <genomedir>
Directory of STAR genome directory.  Required.
.TP
\fB\-r\fR <referencefasta>
Reference fasta of the Drop\-seq reference metadata bundle.  Required.
.TP
\fB\-d\fR <dropseq_root>
Directory containing Drop\-seq executables.  Default: directory containing this script.
.TP
\fB\-o\fR <outputdir>
Where to write output bam.  Default: current directory.
.TP
\fB\-t\fR <tmpdir>
Where to write temporary files.  Default: a new subdirectory in .
.TP
\fB\-s\fR <STAR_path>
Full path of STAR.  Default: STAR is found via PATH environment variable.
.TP
\fB\-e\fR
Echo commands instead of executing them.
.TP
\fB\-k\fR
Keep intermediate files
.SH "SEE ALSO"
\fBcreate_Drop-seq_reference_metadata.sh\fR(1)