Skip to content

Commit

Permalink
adding README file for the generation of test data
Browse files Browse the repository at this point in the history
  • Loading branch information
fidelram committed Jul 3, 2017
1 parent 47dbc35 commit 80f35dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hicexplorer/test/test_data/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# generate restriction sites bed file
findRestSite --fasta /data/manke/repository/misc/genomes/Dm/dm3/dm3.fa --searchPattern GATC -o DpnII.bed

# make fixed bin size matrix
hicBuildMatrix -s small_test_R1_unsorted.bam small_test_R2_unsorted.bam -bs 5000 \
-o small_test_matrix.h5 --QCfolder QC

# make RF matrix and QC folder
hicBuildMatrix -s small_test_R1_unsorted.bam small_test_R2_unsorted.bam -rs DpnII.bed \
--restrictionSequence GATC --danglingSequence GATC \
--minDistance 150 --maxDistance 1500 -o small_test_rf_matrix.h5 --QCfolder QC_rc

0 comments on commit 80f35dd

Please sign in to comment.