Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPDickinson committed Nov 8, 2016
2 parents fdc6a2c + 970d0a7 commit 664c191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,6 +20,6 @@ PrediXcan.
With some modifications, this pipeline can be extended to analyze other
studies which have genotype and expression data.

(See our wiki)[https://github.com/hakyimlab/PredictDBPipeline/wiki] for
[See our wiki](https://github.com/hakyimlab/PredictDBPipeline/wiki) for
a tutorial with example files and a detailed description of these
scripts.
2 changes: 1 addition & 1 deletion joblogs/example/post_process.py
Expand Up @@ -20,5 +20,5 @@

for i, study in enumerate(STUDY_NAMES):
print("Filtering " + study + " on significance.")
subprocess.call(['../../scripts/filter_on_significance.R', DB_FILES[i],
subprocess.call(['Rscript', '../../scripts/filter_on_significance.R', DB_FILES[i],
INTER_DIR + GENE_ANN_DIR + GENE_ANNOT_INTER2, FILTERED_DB_FILES[i]])

0 comments on commit 664c191

Please sign in to comment.