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

split-fasta: initial commit #173

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
9 changes: 9 additions & 0 deletions workflows/fasta_manipulation/split_by_regexp/.dockstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 1.2
workflows:
- name: main
subclass: Galaxy
publish: true
primaryDescriptorPath: /split_by_regexp.ga
authors:
- name: Matthias Bernt
orcid: 0000-0003-3763-079
7 changes: 7 additions & 0 deletions workflows/fasta_manipulation/split_by_regexp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [0.1] 2023-02-03

### Added

- Initial release.
12 changes: 12 additions & 0 deletions workflows/fasta_manipulation/split_by_regexp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Split a FASTA into a collection by using regular expressions and IDs given in a file.

Inputs:

1. A regexp file containing IDs in column 1 and regular expressions in column 2
2. A FASTA file

Output:

A collection containing FASTA files. The collection elements will be named
by the IDs from the regexp file and contain all FASTA entries that match the
corresponding collection.
Loading
Loading