Skip to content

Commit 0318e68

Browse files
committed
Move bam and sam files to difference folders
1 parent 97ed64b commit 0318e68

9 files changed

+3
-2
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
bam_and_sam/sample.sam
33
bam_and_sam/.Rhistory
4+
.DS_Store

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Resources for reading and visualizing bioinformatics and genomics data. Using th
1212
|---------- |-------------------------------------------------- |-------------------------------|-------------------------------------|
1313
| .vcf | https://samtools.github.io/hts-specs/VCFv4.3.pdf | [\vcf](vcf) | |
1414
| .fastq | http://maq.sourceforge.net/fastq.shtml | [\fastq](fastq) | |
15-
| .sam | https://samtools.github.io/hts-specs/SAMv1.pdf | [\bam_and_sam](bam_and_sam) | |
16-
| .bam | https://samtools.github.io/hts-specs/SAMv1.pdf | [\bam_and_sam](bam_and_sam) | Requires the `Rsamtools` R package |
15+
| .sam | https://samtools.github.io/hts-specs/SAMv1.pdf | [\sam](sam) | |
16+
| .bam | https://samtools.github.io/hts-specs/SAMv1.pdf | [\bam](bam) | Requires the `Rsamtools` R package |
1717

File renamed without changes.
File renamed without changes.

Diff for: bam_and_sam/read_bam.m renamed to bam/read_bam.m

File renamed without changes.

Diff for: bam_and_sam/sample.bam renamed to bam/sample.bam

File renamed without changes.

Diff for: bam_and_sam/read_sam.m renamed to sam/read_sam.m

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)