├── README.md ├── bin ├── bowtie_pipe_single.scala └── bowtie_wrapper_single.pl └── data └── NC_008253.fna /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenday/spark-genome-alignment-demo/HEAD/README.md -------------------------------------------------------------------------------- /bin/bowtie_pipe_single.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenday/spark-genome-alignment-demo/HEAD/bin/bowtie_pipe_single.scala -------------------------------------------------------------------------------- /bin/bowtie_wrapper_single.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenday/spark-genome-alignment-demo/HEAD/bin/bowtie_wrapper_single.pl -------------------------------------------------------------------------------- /data/NC_008253.fna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenday/spark-genome-alignment-demo/HEAD/data/NC_008253.fna --------------------------------------------------------------------------------