modules
modules copied to clipboard
ultra/pipeline nf-test conversion
Will close #7615
Not currently working as the test gives an error :(
So I ran the old pytest and nf-test locally and I found that the "sorted" gtf is different across the two invocations.
Your module args are not being injected into the sort command: sort genome.gtf > test.gtf
Related slack thread
Ok, working now. Note that the md5sum for the SAM output matches in the snapshot and the old pytest yml
Thanks @awgymer !