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

flash bump #9088

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/flash/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
make
mkdir -p $PREFIX/bin
cp -p $SRC_DIR/flash $PREFIX/bin/
cp -p $SRC_DIR/flash2 $PREFIX/bin/
26 changes: 13 additions & 13 deletions recipes/flash/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
build:
number: 1
{% set name = "flash" %}
{% set version = "2.2.00" %}

package:
name: flash
version: '1.2.11'
name: {{ name|lower }}
version: {{ version }}

build:
number: 1
Copy link
Member

Choose a reason for hiding this comment

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

start with 0


source:
fn: FLASH-1.2.11.tar.gz
url: https://sourceforge.net/projects/flashpage/files/FLASH-1.2.11.tar.gz
sha256: 685ca6f7fedda07434d8ee03c536f4763385671c4509c5bb48beb3055fd236ac
fn: {{ name|lower }}_{{ version }}.tar.gz
url: https://github.com/dstreett/FLASH2/archive/{{ version }}.tar.gz
sha256: 7bb357a935de87be8a294b35ed281eca2e08afa1e1a1d1b1c24a024b80b713ff

requirements:
build:
Expand All @@ -21,13 +24,10 @@ requirements:

test:
commands:
- flash -v
- flash2 -v

about:
home: https://ccb.jhu.edu/software/FLASH/
home: https://github.com/dstreett/FLASH2
license: GPLv3+
summary: 'Merge mates from fragments that are shorter than twice the read length'
summary: 'Merge paired-end reads from fragments that are shorter than twice the read length'

extra:
Copy link
Member

Choose a reason for hiding this comment

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

Why have you removed this? its still the same tool isn't it?
Is there a publication which we can reference?

identifiers:
- biotools:flash