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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,8 @@ Usage:
54
54
main.nf --input_files input_files
55
55
56
56
Input:
57
-
* --input_files: the path to a tab-separated values file containing in each row the sample name, sample type (eg: tumor or normal) and path to the BAM file
57
+
* --input_bam: the path to a single BAM (this option is not compatible with --input_files)
58
+
* --input_files: the path to a tab-separated values file containing in each row the sample name, sample type (eg: tumor or normal) and path to the BAM file (this option is not compatible with --input_bam)
58
59
Sample type will be added to the BAM header @SN sample name
59
60
The input file does not have header!
60
61
Example input file:
@@ -64,6 +65,7 @@ Input:
64
65
* --reference: path to the FASTA genome reference (indexes expected *.fai, *.dict)
65
66
66
67
Optional input:
68
+
* --input_name: the name of the sample. Only used when --input_bam is provided (default: normal)
67
69
* --dbsnp: path to the dbSNP VCF (required to perform BQSR)
68
70
* --known_indels1: path to a VCF of known indels (optional to perform realignment around indels)
69
71
* --known_indels2: path to a second VCF of known indels (optional to perform realignment around indels)
* --input_files: the path to a tab-separated values file containing in each row the sample name, sample type (eg: tumor or normal) and path to the BAM file
70
+
* --input_bam: the path to a single BAM (this option is not compatible with --input_files)
71
+
* --input_files: the path to a tab-separated values file containing in each row the sample name, sample type (eg: tumor or normal) and path to the BAM file (this option is not compatible with --input_bam)
71
72
Sample type will be added to the BAM header @SN sample name
72
73
The input file does not have header!
73
74
Example input file:
@@ -77,6 +78,7 @@ Input:
77
78
* --reference: path to the FASTA genome reference (indexes expected *.fai, *.dict)
78
79
79
80
Optional input:
81
+
* --input_name: the name of the sample. Only used when --input_bam is provided (default: normal)
80
82
* --dbsnp: path to the dbSNP VCF (required to perform BQSR)
81
83
* --known_indels1: path to a VCF of known indels (optional to perform realignment around indels)
82
84
* --known_indels2: path to a second VCF of known indels (optional to perform realignment around indels)
0 commit comments