-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gffcompare: fix for creating extra files in database/files/
#2127
gffcompare: fix for creating extra files in database/files/
#2127
Conversation
- added output collections for refmap and tmap - fixed filter for annotated and combined
This should be nearly it:
Tests are not working for me locally: When I try manually ( |
Anyone has an idea why the number of outputs seems to be wrong. For me the planemo tests seem to be correct. Do I count wrong or is planemo? |
@bernt-matthias the collection outputs don't get counted by planemo (don't know why) so the first test should be just 4 Don't know why the second test is counting 5 as looks like should be 4 to me. |
Tests work now against this: galaxyproject/galaxy#6931 Indeed galaxy counted wrong. Additionally the number of |
Something is odd with the testing. The errors are related to different tools. Any ideas. The tests of the tools should work now, since galaxyproject/galaxy#6931 was just merged into dev. |
@bernt-matthias See #2160
We use |
@bernt-matthias The linting issue has been fixed. Now the first test fails with "Exception: Incorrect number of outputs - expected 6, found 4." because your fix is only in Galaxy |
hooray. all tests passed after galaxyproject/galaxy#6951 was merged. |
gffcompare creates extra files in the basedir of the input files. This leads to an error when jobs run as real user and is unwanted anyway.
For instance, for the input
database/files/001/295/dataset_1295486.dat
the filesdatabase/files/001/295/gffcmp.dataset_1295486.dat.tmap
database/files/001/295/gffcmp.dataset_1295486.dat.tloc
would be created.
My solution is to create links, since this offers the possibility to add these files to an output collection. Alternatively with
-T
the creation could be forbidden.General question: would it be a good idea to link all input data to the working directory by default?
FOR CONTRIBUTOR:
FOR REVIEWER:
iuc
has access to associated toolshed repo(s)<command/>
'single quoted'
<![CDATA[ ... ]]>
tagstext
or havingoptional="true"
attribute are checked withif str($param)
before being usedformat
attribute containing datatypes recognised by Galaxy<![CDATA[ ... ]]>
tags