From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 18 Apr 2016 21:19:46 -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_5715b1e2cdfff_75313f8b673752bc27052"; 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_5715b1e2cdfff_75313f8b673752bc27052 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I am working on my PhD which requires plenty of different analyses. I collect the related analyses into different snakefiles in the same folders. My main reason for not having them in the same file is to keep the files small and easier to edit, understand and reason about. Perhaps your setup would work if I created new folders for each snakefile, so that `a/b.snakefile` becomes `a/b/Snakefile`. I guess you could ping https://github.com/johanneskoester and ask about his opinion. --- 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-211723035 ----==_mimepart_5715b1e2cdfff_75313f8b673752bc27052 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I am working on my PhD which requires plenty of different analyses. I collect the related analyses into different snakefiles in the same folders. My main reason for not having them in the same file is to keep the files small and easier to edit, understand and reason about.

Perhaps your setup would work if I created new folders for each snakefile, so that a/b.snakefile becomes a/b/Snakefile.

I guess you could ping https://github.com/johanneskoester and ask about his opinion.


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

----==_mimepart_5715b1e2cdfff_75313f8b673752bc27052--