Skip to content
Advertisement

Tag: directed-acyclic-graphs

Is there a function in snakemake to make the list of output dependent on the arguments passed into the shell command

I have a snakemake rule that calls a python program, the output of the python program is dependent on the arguments passed. I would like to make snakemake aware of the differences between the expected output when a certain parameter is passed (Boolean) or not passed. My current solution is to create a list of output list_phen_gen_output dependent on the

DAG not visible in Web-UI

I am new to Airflow. I am following a tutorial and written following code. On running the script, it doesn’t show any errors but when I check for dags in Web-UI it doesn’t show under Menu->DAGs But I can see the scheduled job under Menu->Browse->Jobs I also cannot see anything in $AIRFLOW_HOME/dags. Is it supposed to be like this only?

Advertisement