-
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
transtermhp goes conda #1346
transtermhp goes conda #1346
Conversation
<requirement type="package" version="0.6.2">bcbiogff</requirement> | ||
<requirement type="package" version="1.69">biopython</requirement> | ||
<requirement type="package" version="0.6.4">bcbiogff</requirement> | ||
<requirement type="package" version="2.7">python</requirement> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
transtermhp.py
is Python3 compatible, if that's why you added this last requirement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, it is not. bytes
issues all over.
tools/transtermhp/transtermhp.xml
Outdated
<command><![CDATA[ | ||
#if $reference_genome.source == 'history': | ||
ln -s '$reference_genome.genome_fasta' genomeref.fa && | ||
#end if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This absolutely comes down to personal preferences, but I like to start the content of <command>
with no indentation (as it was before in this case), as we do with the <help>
content, which is the other big block of CDATA text we have.
I think this makes it easier to properly indent the Cheetah directives. Worth discussing at https://github.com/galaxy-iuc/standards ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea: galaxy-iuc/standards#43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would love to also intent the help section, but rst does not allow it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changes it :)
No description provided.