VizSciFlow - Quick Start Guide
VizSciFlow is a workflow management system. It is derived from VizSciFlow system.
It writes workflows using a domain-specific language (DSL).
The DSL has simple syntax and a minimal set of keywords. The syntax has similarities to python’s syntax and indenting.
Scientists can write a workflow script using the visual elements offered in VizSciFlow web interface.
Preparation
- Browse to application website.
- Click "Login" from top-right corner.
- If you are not registered yet, click "Click here to register" link.
- Create an account.
- An email will be sent to your email address for confirmation. Please check email and confirm your account.
- Now log on to the system.
Practice Example Task: Quality Checking and Visualization of Gene Sequence Data
- Search "Check Quality" or FastQC in "Services" panel and double click it.
- Delete the data parameter and leave the cursor there.
- Search F3D6_S194_L001_R1_001.fastq in data sources and use right-click context menu to copy to editor.
- Your code editor should look like the following:
fq_html = fastqc.CheckQuality('/public/MiSeq_SOP/F3D6_S194_L001_R1_001.fastq')
- Click "Run" from commands panel.
- A new item will be added to the top of "Job Histories" panel. Double click it.
- The output tab at the bottom will show the quality report of the sequence file. Click it to visualize on the browser.
Run Sample
- Navigate to right-bottom panel named Workflows.
- Double click ""Local Server: Merge-Align-Convert" workflow.
- This is a previously saved workflow.
- Your code editor should look like the following:
fq_html = fastqc.CheckQuality('/public/MiSeq_SOP/F3D6_S194_L001_R1_001.fastq')
- Click "Run" from commands panel.
- A new item will be added to the top of "Job Histories" panel. Double click it.
- The output tab at the bottom will show the quality report of the sequence file. Click it to visualize on the browser.