Skip to content
Snippets Groups Projects
Commit 00c00192 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update overview.md

parent 24c9a697
Branches
No related tags found
No related merge requests found
Pipeline #40251 passed with warnings
...@@ -15,7 +15,7 @@ Figure 1. OMICS MASTER solution overview. Data is produced in the external labs ...@@ -15,7 +15,7 @@ Figure 1. OMICS MASTER solution overview. Data is produced in the external labs
Typical genomics pipelines are composed by several components that need to be launched manually. The advantage of OMICS MASTER pipeline is that all these components are invoked sequentially in an automated way. Typical genomics pipelines are composed by several components that need to be launched manually. The advantage of OMICS MASTER pipeline is that all these components are invoked sequentially in an automated way.
OMICS MASTER pipeline inputs a FASTQ file and outputs an enriched VCF file. This pipeline is able to queue all the jobs to PBS by only launching a process taking all the necessary input files and creates the intermediate and final folders OMICS MASTER pipeline inputs a FASTQ file and outputs an enriched VCF file. This pipeline is able to queue all the jobs by only launching a process taking all the necessary input files and creates the intermediate and final folders
Let us see each of the OMICS MASTER solution components: Let us see each of the OMICS MASTER solution components:
...@@ -223,9 +223,9 @@ second one. ...@@ -223,9 +223,9 @@ second one.
-p , --ped. The ped file with the pedigree. This file contains all the sample names. These names must coincide with the names of the input folders. If our input folder contains more samples than the .ped file, the pipeline will use only the samples from the .ped file. -p , --ped. The ped file with the pedigree. This file contains all the sample names. These names must coincide with the names of the input folders. If our input folder contains more samples than the .ped file, the pipeline will use only the samples from the .ped file.
--email. Email for PBS notifications. --email. Email for notifications.
--prefix. Prefix for PBS Job names. --prefix. Prefix for Job names.
-s, --start & -e, --end. Initial and final stage. If we want to launch the pipeline in a specific stage we must use -s. If we want to end the pipeline in a specific stage we must use -e. -s, --start & -e, --end. Initial and final stage. If we want to launch the pipeline in a specific stage we must use -s. If we want to end the pipeline in a specific stage we must use -e.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment