Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mkdir IGV_export
cp -n NC_012967.1.gbk.gff IGV_export  # copy the new file you just converted to the export directory
cp -n $SCRATCH/bowtie2MappingTutorial/bowtie2/NC_012967.1.fasta IGV_export
cp -n $SCRATCH/bowtie2MappingTutorial/bowtie2/NC_012967.1.fasta.fai IGV_export
cp -n $SCRATCH/bowtie2MappingTutorial/bowtie2/SRR030257.sorted.bam IGV_export/bowtie.sorted.bam
cp -n $SCRATCH/bowtie2MappingTutorial/bowtie2/SRR030257.sorted.bam.bai IGV_export/bowtie.sorted.bam.bai
tar -czvf IGV_export.tar.gz IGV_export

...