-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update to a new verion to get --contig argument. #31228
base: master
Are you sure you want to change the base?
Conversation
Hi, Thank you in advance, Michal |
@bioconda-bot please update |
I encountered an error updating your PR branch. You can report this to bioconda/core if you'd like. |
@mictadlo Your fork is missing changes to the CI configuration it seems |
Artifacts built on CircleCI are ready for inspection: Package(s)
You may also use
Container image(s)
|
How is it possible to merge it? |
@@ -1,16 +1,16 @@ | |||
{% set version = "0.8a1" %} | |||
{% set sha256 = "0d55a943a828cd1a42701774b52ef9c2ba1d944a7fc3415d64856ad88c135ee8" %} | |||
{% set version = "20200422" %} |
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 version number is not good, Please use the older one, plus a suffix.
|
||
package: | ||
name: haslr | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://github.com/vpc-ccg/haslr/archive/v{{ version }}.tar.gz | ||
url: https://github.com/vpc-ccg/haslr/archive/0123746af93a9b0d79eee969510d12a88a9d6af3.tar.gz |
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.
can you please request a new release
$ git push How can I fix it? |
Why my new changes do show here? |
Added a new version to get
--contig
argument.