Skip to content
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

Metaquantome html image output #356

Closed
wants to merge 9 commits into from
Closed

Conversation

pravs3683
Copy link
Member

Generates both png and HTML output. Image in HTML is viewed at 600 by 600 pixels.

<p><a href=\"outfile.png\">Right Click Here</a></p>
</body>
</html>" > wrapped_outfile.html &&
cat wrapped_outfile.html
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that cat still needed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing this out. "cat" not required.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the code.

metaquantome db $databases
--dir data
&&
tar --create --file $outfile data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quotes

@@ -0,0 +1,57 @@
<tool id="metaquantome_db" name="metaQuantome: download " version="@GVERSION@">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

metaQuantome database download

<token name="@VERSION@">0.99.3</token>
<token name="@GVERSION@">0.99.3.0</token>
<token name="@VERSION@">0.99.4a0</token>
<token name="@GVERSION@">0.99.4a00</token>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4a0.0?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's not allowed by planemo lint, so i changed it to 0.99.4a0-0. It'll get simpler once we test - and we'll hopefully release a v 1.0!

@caleb-easterly
Copy link
Contributor

closing this - most recent in #357

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants