Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 24: Line 24:  
Now add the chr20 BAMs to your new bam list:
 
Now add the chr20 BAMs to your new bam list:
 
  cat $IN/chr20/bam.20.index >> $CHR20_OUT/bam.20.index
 
  cat $IN/chr20/bam.20.index >> $CHR20_OUT/bam.20.index
 +
 +
We are going to run on the cluster, so edit the first line of $CHR20_OUT/bam.20.index to give the cluster path to your info file.
 +
nedit $CHR20_OUT/bam.20.index
 +
Replace the /home on the first line with /net/seqshop-server
    
Verify you have 101 lines in your list:
 
Verify you have 101 lines in your list:

Navigation menu