3,045
edits
Changes
From Genome Analysis Wiki
→GotCloud BAM Index File
cat ${SS}/bams/bam.index >> ${OUT}/bam.index
* ">>" will append to the file that follows it
* '''Be sure to do this command just once'''
** Check that your BAM index is the correct size
**:<pre>wc -l ${OUT}/bam.index</pre>