File: create_Drop-seq_reference_metadata.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 (50 lines) | stat: -rw-r--r-- 1,679 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.TH CREATE_DROP-SEQ_REFERENCE_METADATA.SH "1" "February 2021" "create_Drop-seq_reference_metadata.sh" "User Commands"
.SH NAME
create_Drop-seq_reference_metadata.sh \- create Drop\-seq reference metadata bundle
.SH DESCRIPTION
USAGE: create_Drop\-seq_reference_metadata.sh [options]
.SS OPTIONS
.PP
\fB\-n\fR <name>
Name for reference metadata set to be created.  Required.
.TP
\fB\-r\fR <referencefasta>
Reference fasta of the Drop\-seq reference metadata bundle.  Required.
.TP
\fB\-s\fR <species>
Species.  Required.
.TP
\fB\-g\fR <gtf>
Gene annotation file.  Required.
.TP
\fB\-f\fR <filtered\-gene\-biotype>
Annotations with the given gene_biotype will be filtered. Multiple values may be
specified by using this argument more than once, and/or by providing a comma\-separated list.
Use ValidateReference command to see the gene_biotypes in your GTF in order to decide what to
exclude.  Default: not gene biotypes are filtered.
.PP
\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: Value of 132153TMPDIR environment variable.
.TP
\fB\-a\fR <STAR_path>
Full path of STAR.  Default: STAR is found via PATH environment variable.
.TP
\fB\-b\fR <bgzip_path>
Full path of bgzip: Default: bgzip is found via PATH environment variable.
.TP
\fB\-i\fR <samtools_path>
Full path of samtools.  Default: samtools is found via PATH environment variable.
.TP
\fB\-v\fR
verbose
.TP
\fB\-e\fR
merely echo commands instead of executing
.SH "SEE ALSO"
\fBDrop-seq_alignment.sh\fR(1)