ToniWestbrook / paladin

Protein Alignment and Detection Interface
MIT License
60 stars 7 forks source link

Piping fastq results in "-.pro" #33

Closed mw55309 closed 4 years ago

mw55309 commented 6 years ago

Hi

I would like to cat my fastq directly in to paladin align and this seems to work ok, however, what that means is we end up with a file called "-.pro" in the current working directory

That in itself is not a problem, unless I want to run 50 samples in the same directory, in which case I assume the "-.pro" files will clash.

Is there a way to provide a prefix for this file in such instances?

Cheers Mick

ToniWestbrook commented 6 years ago

Hi Mick -

Apologies, I missed this ticket until now. Is this still something you wish to do? If so, will you be running the PALADIN jobs in serial or parallel? If in serial, you should be okay - that PRO file generated for the reads is just temporary, it will be overwritten next time PALADIN runs. Let me know if you're looking to do the jobs in parallel though. Thanks