LST Data Selection and Source Catalog Download

public public 1yr ago 0 bookmarks

lst-data-selection

Archived in favour of https://github.com/nbiederbeck/lst-agn-analysis

Download the LST Source Catalog (runlist), replace <username> and <password> :

 

Code Snippets

25
26
shell:
    "python {input.script} {input.data} {output} -c {input.config}"
37
38
shell:
    "python {input.script} {input.data} {output}"
50
51
shell:
    "python {input.script} {input.data} {output} -c {input.config}"
66
67
68
69
70
71
72
73
74
75
76
shell:
    "\
    python \
        {input.script} \
        {input.runlist} \
        {input.datachecks} \
        --output-runlist {output.runlist} \
        --output-datachecks {output.datachecks} \
        --config {input.config} \
        --log-file {output.log} \
    "
82
83
shell:
    "echo 'Provide the file {output} as explained in README.md'"
95
96
shell:
    "python {input.script} {input.data} -c {input.config} -o {output}"
110
111
shell:
    "python {input.script} {input.data} build"
ShowHide 7 more snippets with no or duplicated tags.

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: public
URL: https://github.com/nbiederbeck/lst-data-selection
Name: lst-data-selection
Version: 1
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Downloaded: 0
Copyright: Public Domain
License: None
  • Future updates

Related Workflows

cellranger-snakemake-gke
snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...