...
Pre-Requisites
- A CyVerse account. (Register for an CyVerse account here - user.cyverse.org)
- Mandatory arguments
- Sequences folder for protein of interest (Note: the files could be in FASTA or FASTQ format but should be named including reads end information for PE reads, e.g., test_R1.fq and test_R2.fq)
- Sequences folder for background control (Same as b)
- Reference genome sequence in FASTA format
- Read type: SR vs PE
- Optional arguments:
- Minimum score: Don’t output alignments with score lower than INT
- Type of sequencing reads: Illumina, PacBio, Oxford Nanopore, Intra-species contains to ref
- Sort method for BAM: Sort alignments by leftmost coordinates, or by read name
- Mark shorter split: Mark shorter split hits as secondary (for Picard compatibility)
- Sam output: keep or purge the alignments in SAM
Sample data
The following test data are provided for testing BWA-index-mem here /iplant/home/xiaofei_iplant/Sorghum_chr8/chr8_test:
- G3_P_K4me3_chr8?
G3_P_K4me3_rep1_chr8_R1.fq and G3_P_K4me3_rep1_chr8_R1.fq
G3_P_K4me3_rep2_chr8_R1.fq and G3_P_K4me3_rep2_chr8_R1.fq - G3_P_H3_chr8?
G3_P_H3_rep1_chr8_R1.fq and G3_P_H3_rep1_chr8_R2.fq
G3_P_H3_rep2_chr8_R1.fq and G3_P_H3_rep2_chr8_R2.fq - Sorbi1.31.chr8.reNm.fa
Results
Successful execution of the BWA-index-mem assessment pipeline will create a directory named out for each sample. The directory will contain SAM/BAM files for both samples of protein of interest and background input, which can be further processed for downstream analysis and visualization.
Outputs
(need to change)- G3_P_H3_chr8_BWA_sam*
- G3_P_H3_rep1_chr8_R.sam
- G3_P_H3_rep2_chr8_R.sam
- G3_P_H3_chr8_BWA_bam
- G3_P_H3_rep1_chr8_R.sorted.bam
- G3_P_H3_rep1_chr8_R.sorted.bam.bai
- G3_P_H3_rep2_chr8_R.sorted.bam
- G3_P_H3_rep2_chr8_R.sorted.bam.bai
- G3_P_K4me3_chr8_BWA_sam*
- G3_P_K4me3_rep1_chr8_R.sam
- G3_P_K4me3_rep2_chr8_R.sam
- G3_P_K4me3_chr8_BWA_bam
- G3_P_K4me3_rep1_chr8_R.sorted.bam
- G3_P_K4me3_rep1_chr8_R.sorted.bam.bai
- G3_P_K4me3_rep2_chr8_R.sorted.bam
- G3_P_K4me3_rep2_chr8_R.sorted.bam.bai
*SAM folders are optional to keep or not.