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

Fix TIDDIT #18971

Merged
merged 9 commits into from
Nov 29, 2019
Merged

Fix TIDDIT #18971

merged 9 commits into from
Nov 29, 2019

Conversation

dpryan79
Copy link
Contributor

Bioconda requires reviews prior to merging pull-requests (PRs). To facilitate this, once your PR is passing tests and ready to be merged, please add the please review & merge label so other members of the bioconda community can have a look at your PR and either make suggestions or merge it. Note that if you are not already a member of the bioconda project (meaning that you can't add this label), please ping @bioconda/core so that your PR can be reviewed and merged (please note if you'd like to be added to the bioconda project). Please see #15332 for more details.

  • I have read the guidelines for bioconda recipes.
  • This PR adds a new recipe.
  • AFAIK, this recipe is directly relevant to the biological sciences (otherwise, please submit to the more general purpose conda-forge channel).
  • This PR updates an existing recipe.
  • This PR does something else (explain below).

@dpryan79
Copy link
Contributor Author

I think we're overwriting the TIDDIT script.

@dpryan79 dpryan79 changed the title Fix TIDDIT Fix TIDDIT (do not merge) Nov 28, 2019
@dpryan79 dpryan79 added the WIP label Nov 28, 2019
@dpryan79
Copy link
Contributor Author

@bioconda-bot please fetch artifacts

@BiocondaBot
Copy link
Collaborator

Package(s) built on CircleCI are ready for inspection:

Arch Package Repodata
linux-64 tiddit-2.8.1-py27hb3f55d8_2.tar.bz2 repodata.json
linux-64 tiddit-2.8.1-py36hb3f55d8_2.tar.bz2 repodata.json
linux-64 tiddit-2.8.1-py37hb3f55d8_2.tar.bz2 repodata.json

You may also use conda to install these:

  • For packages on linux-64:
conda install -c https://84518-42372094-gh.circle-artifacts.com/0/tmp/artifacts/packages <package name>
conda install -c https://84518-42372094-gh.circle-artifacts.com/0/tmp/artifacts/packages <package name>
conda install -c https://84518-42372094-gh.circle-artifacts.com/0/tmp/artifacts/packages <package name>

Docker image(s) built:

Package Tag Install with docker
tiddit 2.8.1--py27hb3f55d8_2
showcurl "https://84518-42372094-gh.circle-artifacts.com/0/tmp/artifacts/images/tiddit%3A2.8.1--py27hb3f55d8_2.tar.gz" | gzip -dc | docker load
tiddit 2.8.1--py36hb3f55d8_2
showcurl "https://84518-42372094-gh.circle-artifacts.com/0/tmp/artifacts/images/tiddit%3A2.8.1--py36hb3f55d8_2.tar.gz" | gzip -dc | docker load
tiddit 2.8.1--py37hb3f55d8_2
showcurl "https://84518-42372094-gh.circle-artifacts.com/0/tmp/artifacts/images/tiddit%3A2.8.1--py37hb3f55d8_2.tar.gz" | gzip -dc | docker load

@maxulysse
Copy link

Thanks a lot for looking into it

@dpryan79 dpryan79 changed the title Fix TIDDIT (do not merge) Fix TIDDIT Nov 28, 2019
@dpryan79 dpryan79 removed the WIP label Nov 28, 2019
@dpryan79
Copy link
Contributor Author

@bioconda-bot please add label

@BiocondaBot BiocondaBot added the please review & merge set to ask for merge label Nov 28, 2019
echo $PREFIX

mkdir build
cd build
cmake ..
make
cp ../bin/TIDDIT $PREFIX/bin
Copy link
Member

Choose a reason for hiding this comment

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

Should a tiddit symlink for the be created?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think so, they don't seem to use it in their documentation that I noticed. I think I added that last time by accident.

Copy link
Member

Choose a reason for hiding this comment

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

Okay, then change the test to use TIDDIT?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Crap, I forgot to reenable the tests. Nevermind on this one.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually that won't hurt anything and I guess they mention it in the conda section.

Copy link
Member

Choose a reason for hiding this comment

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

Yes, no, what? Now I'm confused, hehe.

Well, in their docs they mention tiddit in the context of Bioconda: https://github.com/SciLifeLab/TIDDIT/blame/TIDDIT-2.8.1/README.md#L36

So, probably run tiddit --help in the tests to make sure that works?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's a symlink to the python script :)

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, I saw that. I just meant testing tiddit to avoid regressions if that symlink might be accidentally removed in the future.

@dpryan79
Copy link
Contributor Author

@bioconda-bot please fetch artifacts

@BiocondaBot
Copy link
Collaborator

Package(s) built on CircleCI are ready for inspection:

Arch Package Repodata
linux-64 tiddit-2.8.1-py27hb3f55d8_2.tar.bz2 repodata.json
linux-64 tiddit-2.8.1-py36hb3f55d8_2.tar.bz2 repodata.json
linux-64 tiddit-2.8.1-py37hb3f55d8_2.tar.bz2 repodata.json

You may also use conda to install these:

  • For packages on linux-64:
conda install -c https://84599-42372094-gh.circle-artifacts.com/0/tmp/artifacts/packages <package name>
conda install -c https://84599-42372094-gh.circle-artifacts.com/0/tmp/artifacts/packages <package name>
conda install -c https://84599-42372094-gh.circle-artifacts.com/0/tmp/artifacts/packages <package name>

Docker image(s) built:

Package Tag Install with docker
tiddit 2.8.1--py27hb3f55d8_2
showcurl "https://84599-42372094-gh.circle-artifacts.com/0/tmp/artifacts/images/tiddit%3A2.8.1--py27hb3f55d8_2.tar.gz" | gzip -dc | docker load
tiddit 2.8.1--py36hb3f55d8_2
showcurl "https://84599-42372094-gh.circle-artifacts.com/0/tmp/artifacts/images/tiddit%3A2.8.1--py36hb3f55d8_2.tar.gz" | gzip -dc | docker load
tiddit 2.8.1--py37hb3f55d8_2
showcurl "https://84599-42372094-gh.circle-artifacts.com/0/tmp/artifacts/images/tiddit%3A2.8.1--py37hb3f55d8_2.tar.gz" | gzip -dc | docker load

Co-Authored-By: Marcel Bargull <mbargull@users.noreply.github.com>
@dpryan79
Copy link
Contributor Author

@bioconda-bot please merge

@BiocondaBot
Copy link
Collaborator

I will attempt to upload artifacts and merge this PR. This may take some time, please have patience.

@BiocondaBot BiocondaBot merged commit d001dfc into master Nov 29, 2019
@BiocondaBot BiocondaBot deleted the fix_tiddit branch November 29, 2019 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please review & merge set to ask for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants