Skip to content

Commit

Permalink
changing setup script location
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Kipp Akers committed Apr 10, 2017
1 parent c05a9e9 commit d2484a7
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 767 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Currently, there are two main modules, which need to be run separately.
###########

Both Fusions and Circles require a completed STAR run with chimeric output turned on. I STRONGLY recommend using the same fasta and gtf files to build your STAR index and run STARChip.
You will need to run /path/to/starchip/scripts/setup/gtf2bed.sh to create gtf files in bed format as well as .genome files:
You will need to run /path/to/starchip/setup.sh to create gtf files in bed format as well as .genome files:

Usage: gtf2bed.sh /path/to/my.gtf /path/to/my.fasta /path/to/desired/output_directory/
Usage: setup.sh /path/to/my.gtf /path/to/my.fasta /path/to/desired/output_directory/

This will create a a my.gtf.bed file and a my.gtf.exons.bed file. The only difference is that the 2nd file is restricted to gtf lines that have exon information, excluding annotations like full transcripts. This will only affect your annotations, but I reccomend the exons file for the best annotations.

Expand Down
7 changes: 0 additions & 7 deletions paramfiles/circles.test.param

This file was deleted.

37 changes: 0 additions & 37 deletions paramfiles/up-to-data-example.param

This file was deleted.

42 changes: 0 additions & 42 deletions scripts/circles/cpm.R

This file was deleted.

Loading

0 comments on commit d2484a7

Please sign in to comment.