Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Jul 29, 2019
1 parent 11eec84 commit e08413d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ include: "make_speclib.snakefile"

rule targets:
input:
speclib/spectral_library.peprec,
speclib/spectral_library.mgf
"speclib/spectral_library.peprec",
"speclib/spectral_library.mgf"
1 change: 1 addition & 0 deletions get_data.snakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include: "get_data.snakefile"
configfile: "conf/snakemake_config.json"


Expand Down
3 changes: 3 additions & 0 deletions make_speclib.snakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
include: "get_data.snakefile"
configfile: "conf/snakemake_config.json"


RUNS, = glob_wildcards("mzid/{run}.pout")
#RUNS = get_runs(config["download"]["pxd_identifier"], ['raw'], config["download"]["file_pattern"])


rule speclib_targets:
Expand Down
3 changes: 3 additions & 0 deletions search_data.snakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
include: "get_data.snakefile"
configfile: "conf/snakemake_config.json"


RUNS, = glob_wildcards("mgf/{run}.mgf")
#RUNS = get_runs(config["download"]["pxd_identifier"], ['raw'], config["download"]["file_pattern"])


rule search_targets:
Expand Down

0 comments on commit e08413d

Please sign in to comment.