Open stkgo opened 1 year ago
GATK 4 is free software AFAIK so it shouldn't be added to the -nonfree channel.
I suggest using G-expressions. You also don't need to append a slash to the output.
@rekado I had received the same error without appending the slash so I thought perhaps Guix may have been doing something odd with path handling. I had thought GATK was free software but wasn't positive since I had seen previous versions were non free. I can re-open this issue in the guix-science repo if you would prefer.
Could someone help me package GATK 4.4.0.0? Here is what my package definition looks like thus far:
I have modeled this after the GATK 3.8 package which previously existed in guix-science-nonfree. I think that all I need to do in the install step is to copy the entire unarchived directory to the output directory, but I am receiving the following error:
I had thought
copy-recursively
should work here, but perhaps I am mistaken.Also, I would be happy to submit a merge request for this package once it is working, if that would be desired.