1,120
edits
Changes
From Genome Analysis Wiki
→Preparing Input Files
* Index file - See the example index file already prepared for this project
cat $S5/examples/index/chr7.CFTR.fastq.index
* Configuration File - See the example configuration file below.
INDEX_FILE = index/chr7.CFTR.fastq.index
###################
* Using the prepared input files, align the FASTQ files using the gotcloud alignment pipeline
$S5/gotcloud/gotcloud align �--conf $S5/examples/index/chr7.CFTR.align.conf� conf --outDir ~/out/align --baseprefix $S5/examples
* Check if the output BAMs and QC metrics are produced
ls ~/out/align/bams�bams
ls ~/out/align/QCFiles/�
=== Understanding the Output Files ===