Samuel Lampa

Results 148 comments of Samuel Lampa

> So after some testing around i succeded in building a single binary file in windows . Consider adding it to the documentation if needed. Great to hear, and thanks...

@mr-c Sure, will make a try as soon as I start to grok all the details of the syntax :)

Indeed. Adding my description from my accidental duplicate issue: Right now, when one needs to read from existing files, one needs to do: ```go fileSrc := components.NewFileSource(wf, "input", "data/input1.fa", "data/input2.fa")...

I wonder if it is anything with the default date format in the locale settings of the operating system, that makes it occur only for us who has something different...

Again, many thanks for spotting this, @mikelynch !

> That would be achieved, but is tblastn simpler and faster? Perhaps! In my own quick try, it seemed that I need to put my query sequence into a file...

@ziscky That's great to hear! You can find the code for the scipipe command, it's flag parsing code et.c. in [this file](https://github.com/scipipe/scipipe/blob/master/cmd/scipipe/main.go). Feel free to send a PR whenever you...

@ziscky The temporary folder paths are created [here](https://github.com/scipipe/scipipe/blob/master/task.go#L474-L505), with the prefix specified on the first of these lines, so it should be possible to do the analog of `rm -rf...

@ziscky Had a chance to have a look at this? :) I hope to get this included in a new release somewhat soon. (Btw, I'm quite sure there will be...