Skip to content
Snippets Groups Projects
Commit 00e67af7 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix readme

parent 5b3c1987
2 merge requests!58Develop,!56Resolve "Detect error in inferMetadata for tracking"
Pipeline #8854 canceled with stages
in 9 minutes and 3 seconds
......@@ -92,6 +92,7 @@ The checks for (and reports back to the data-hub):\
|**Number of reads do not match for R1 and R2:** there may be a trunkation or mismatch of fastq files|For paired-end sequenced studies the number of reads in read-1 fastq must match that of read-2. This error is usually indicative of uploading of currupted, trunkated, or wrong fastq files|
|Inference of species returns an ambiguous result**|Species of the replicate is done by aligning a random subset of 1 million reads from the data to both the human and mouse reference genomes. If there isn't a clear difference between the alignment rates (>=40% of one species, but <40% of the other), then this error is detected.|
|**Submitted metadata does not match inferred**|All required metadata for analysis of the data is internally inferred by the pipeline, if any of those do not match the submitted metadata, this error is detected to notify of a potential error.|
**NOTE:** these errors aren't thrown on the command line, but rather are submitted (if `--upload true`) to the data-hub for that replicate in the execution run submission.
<hr>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment