From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 18 Apr 2016 11:09:36 -0700 From: Endre Bakken Stovner Reply-To: kyleam/snakemake-mode Message-ID: In-Reply-To: References: Subject: Re: What is the snakemake popup actions supposed to do/how are they supposed to work? (#11) Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_571522e0f2e08_701e3fd1ecaeb2a080045"; charset=UTF-8 Content-Transfer-Encoding: 7bit List-ID: kyleam/snakemake-mode List-Archive: https://github.com/kyleam/snakemake-mode List-Post: List-Unsubscribe: , To: kyleam/snakemake-mode Cc: Kyle Meyer ----==_mimepart_571522e0f2e08_701e3fd1ecaeb2a080045 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit It seems your function only finds files called `Snakefile`, right? So no matter what I set the dir functions to it would not work in my case. My original graph functions just took the absolute path of the file visited by the buffer, which is what I would want in 100% of cases. Perhaps you (or I) could add some similar capability with an interactive function (`snakemake-create-dag(/rulegraph)-for-this-file`)? --- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kyleam/snakemake-mode/issues/11#issuecomment-211507107 ----==_mimepart_571522e0f2e08_701e3fd1ecaeb2a080045 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

It seems your function only finds files called Snakefile, right? So no matter what I set the dir functions to it would not work in my case.

My original graph functions just took the absolute path of the file visited by the buffer, which is what I would want in 100% of cases. Perhaps you (or I) could add some similar capability with an interactive function (snakemake-create-dag(/rulegraph)-for-this-file)?


You are receiving this because you commented.
Reply to this email directly or view it on GitHub

----==_mimepart_571522e0f2e08_701e3fd1ecaeb2a080045--