We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17722a commit 68c640bCopy full SHA for 68c640b
README.md
@@ -79,7 +79,7 @@ meteor download -i <name> -c --fast -o <refdir>
79
-------------------
80
Meteor requires a first of fastq indexing:
81
```
82
-meteor fastq -i <fastqdir> [-p paired reads] -n <projectname> -o <outputdir>
+meteor fastq -i <fastqdir> [-p paired reads] -o <outputdir>
83
84
When multiple sequencing are available for a library, the option -m allows to group these samples.
85
Example:
@@ -91,7 +91,7 @@ Illumina_lib2-**SAMPLE_02**.fastq <br />
91
92
In this case, the following command will group these samples the same library:
93
94
-meteor fastq -i ./ -m SAMPLE_\\d+ -n projectname -o outputdir
+meteor fastq -i ./ -m SAMPLE_\\d+ -o outputdir
95
96
97
### 3. Mapping
0 commit comments