You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,8 +52,8 @@ The following parameters are available
52
52
| -i \-\-input | Input bam file [*mandatory*]
53
53
| -g \-\-genome | Genome version (e.g., *hg38*, *hg19*, *mm10*, *mm9*, *rn9* or *sc3*) [*mandatory*]
54
54
| -o \-\-out | Output folder name [*mandatory*]
55
-
| -n \-\-name | Output file name [*optional*, input file name is used by default]
56
-
| -s \-\-size | Fragment size range to use for analysis [*optional*, 20-50 used by default; non-informative lengths will automatically be excluded]
55
+
| -n \-\-name | Output file name [*optional*]. Input file name is used by default.
56
+
| -s \-\-size | Fragment size range to use for analysis [*optional*]. 20-50 is used by default; non-informative lengths will automatically be excluded.
The `--pcg` tag will assume that there is a string in the "CDS:61-1041" format in each fasta header line. The start and end position of the coding sequence is retrieved from this string and is used to extract the coding sequence from the full transcript sequence. Coding sequences where the length is not a multiple of three nucleotides will not be used.
101
101
102
-
This will create two files for mouse: data/mm10.bg.txt and data/mm10.bed.gz, and two files for human: data/hg38.bg.txt and data/hg38.bed.gz.
102
+
This will create two files for mouse: `data/mm10.bg.txt` and `data/mm10.bed.gz`, and two files for human: `data/hg38.bg.txt` and `data/hg38.bed.gz`.
0 commit comments