Skip to content

Commit

Permalink
Merge pull request #106 from mengxiao/master
Browse files Browse the repository at this point in the history
Fix input path in Snakefile.
  • Loading branch information
crazyhottommy authored Jan 20, 2021
2 parents 3095955 + 0025fad commit 28e2927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MAESTRO/Snakemake/scATAC/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1158,8 +1158,7 @@ rule scatac_qcfilter:

rule scatac_genescore:
input:
filtercount = "Result/QC/%s_filtered_
unt.h5" %(config["outprefix"]),
filtercount = "Result/QC/%s_filtered_peak_count.h5" %(config["outprefix"]),
genebed = "%s/annotations/%s_ensembl.bed" %(SCRIPT_PATH, config["species"]),
output:
genescore = "Result/Analysis/%s_gene_score.h5" %(config["outprefix"])
Expand Down

0 comments on commit 28e2927

Please sign in to comment.