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

{bio} [Celera Assembler aka Whole-Genome Shotgun Assembler ] (REVIEW) #960

Closed
wants to merge 8 commits into from

Conversation

pescobar
Copy link
Member

@pescobar pescobar commented Jul 8, 2014

No description provided.


sanity_check_paths = {
'files': ["bin/%s" % x for x in ["bogus", "convert-fasta-to-v2.pl", "fastqAnalyze", "markUniqueUnique",
"pacBioToCA", "uidclient"]],
Copy link
Contributor

Choose a reason for hiding this comment

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

There are Perl scripts in there, why not add a Perl dependency here?

Copy link
Member Author

Choose a reason for hiding this comment

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

[escobar]@login11:bin$ head -1 convert-fasta-to-v2.pl 
#!/usr/bin/perl

I don't think adding perl as dependency makes any difference. Anyway I can add it if you prefer it...

Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm at least patch that to #!/usr/bin/env perl?

Copy link
Member

Choose a reason for hiding this comment

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

+1 on making sure /usr/bin/env perl is used

@pforai
Copy link
Contributor

pforai commented Jul 8, 2014

Thanks @pescobar!

@pforai
Copy link
Contributor

pforai commented Jul 8, 2014

Test report by @pforai
FAILED
Build succeeded for 0 out of 1
Linux SLES 11_SP1, Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz, Python 2.6.8
See https://gist.github.com/8b6cd94a59c5203803f4 for a full test report.

@pforai
Copy link
Contributor

pforai commented Jul 8, 2014

Test report by @pforai
FAILED
Build succeeded for 0 out of 1
Linux SLES 11_SP1, Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz, Python 2.6.8
See https://gist.github.com/6fedf4ff17903d1b94f2 for a full test report.

@pforai
Copy link
Contributor

pforai commented Aug 8, 2014

Test report by @pforai
FAILED
Build succeeded for 0 out of 1
Linux SLES 11_SP1, Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz, Python 2.6.8
See https://gist.github.com/9bcab0bda3fd4b112244 for a full test report.

@rjeschmi
Copy link
Contributor

Test report by @rjeschmi
SUCCESS
Build succeeded for 2 out of 2 (1 easyconfigs in this PR)
Linux centos 6.5, AMD Opteron(tm) Processor 6380, Python 2.6.6
See https://gist.github.com/f2924e0d86edaa203faf for a full test report.

@fgeorgatos
Copy link
Contributor

Test report by @fgeorgatos
SUCCESS
Build succeeded for 1 out of 1
Linux debian 6.0.10, Intel(R) Xeon(R) CPU L5640 @ 2.27GHz, Python 2.6.6
See https://gist.github.com/457fe7c03149809bd0e9 for a full test report.

}

moduleclass = 'bio'

Copy link
Contributor

Choose a reason for hiding this comment

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

@pescobar: remove empty line and address other comments

@boegel boegel added this to the merge sprint 2.0 milestone Sep 22, 2015
@pescobar
Copy link
Member Author

@pforai I have updated this easyconfig because based on feedback from my users it requires to keep the hardcoded path "Linux-amd64"

@pescobar pescobar changed the title Celera_Assembler-8.1-goolf-1.4.10.eb {bio} [Celera Assembler aka Whole-Genome Shotgun Assembler ] (REVIEW) Oct 28, 2015
@hpcugentbot
Copy link
Contributor

Easyconfigs unit test suite FAILed.

See https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/4873/console for more details.

Please fix the reported issues by pushing additional commits to the branch corresponding with this pull request; contact @boegel if you're not sure what to do.

@hpcugentbot
Copy link
Contributor

Easyconfigs unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyconfigs-pr-builder/4913/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

prebuildopts += 'cd samtools && make && cd .. && '
prebuildopts += 'cd src && '

files_to_copy = ["*"]
Copy link
Member

Choose a reason for hiding this comment

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

so, use ConfigureMake with skipsteps = ['install'] and buildininstalldir = True?

@boegel
Copy link
Member

boegel commented Oct 29, 2015

Test report by @boegel
FAILED
Build succeeded for 2 out of 3 (3 easyconfigs in this PR)
Linux SL 6.7, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.6.6
See https://gist.github.com/2518151637251d076abd for a full test report.

@boegel boegel removed this from the merge sprint 2.0 milestone Nov 9, 2015
@boegel boegel modified the milestones: v2.4.0, merge sprint 2.0, v2.5.0 Nov 9, 2015
@boegel boegel modified the milestones: v2.5.0, v2.6.0 Dec 14, 2015
@boegel boegel modified the milestones: v2.6.0, v2.7.0 Jan 23, 2016
@boegel
Copy link
Member

boegel commented Mar 11, 2016

@pescobar: ping on remarks?

@boegel boegel modified the milestones: v2.8.0, v2.7.0 Mar 11, 2016
@boegel boegel modified the milestones: v2.8.0, v2.x May 10, 2016
@migueldiascosta
Copy link
Member

@pescobar, this PR is being closed for the following reason(s): no activity for > 6 months.
Please don't hesitate to reopen this PR or add a comment if you feel this contribution is still relevant.
For more information on our policy w.r.t. closing PRs, see https://easybuild.readthedocs.io/en/latest/Contributing.html#why-a-pull-request-may-be-closed-by-a-maintainer

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

7 participants