Skip to content

Commit

Permalink
update gitignore, add previously ignored example files
Browse files Browse the repository at this point in the history
  • Loading branch information
stolarczyk committed May 7, 2019
1 parent b801a04 commit dc1b5f8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ __pycache__
tests/test/*

# toy/experimental files
*.csv
*.tsv
*.pkl

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sample_name,protocol,filename,data_source,read_type
ATAC-seq_human_PE,ATAC-seq,atac-seq_PE.bam,microtest,paired
ATAC-seq_human_SE,ATAC-seq,atac-seq_SE.bam,microtest,single
ChIP-seq_human_CTCF_PE,ChIP-seq,chip-seq_PE.bam,microtest,paired
ChIP-seq_human_CTCF_SE,ChIP-seq,chip-seq_SE.bam,microtest,single
ChIP-seq_human_H3K27ac_PE,ChIP-seq,chip-seq_PE.bam,microtest,paired
ChIP-seq_human_H3K27ac_SE,ChIP-seq,chip-seq_SE.bam,microtest,single
ChIPmentation_human_CTCF_PE,ChIPmentation,chipmentation_PE.bam,microtest,paired
ChIPmentation_human_CTCF_SE,ChIPmentation,chipmentation_SE.bam,microtest,single
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sample_name,protocol,filename,data_source,read_type
ATAC-seq_human_PE,ATAC-seq,atac-seq_PE.bam,microtest,paired
ATAC-seq_human_SE,ATAC-seq,atac-seq_SE.bam,microtest,single

0 comments on commit dc1b5f8

Please sign in to comment.