Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hecaton
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioinformatics
hecaton
Commits
9ba85780
Commit
9ba85780
authored
5 years ago
by
Wijfjes, Raul
Browse files
Options
Downloads
Patches
Plain Diff
Updated Dockerfile and requirements.yml files
parent
1e3b80be
Branches
Branches containing commit
Tags
v0.4.0
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+3
-0
3 additions, 0 deletions
CHANGELOG.md
nextflow/hecaton.nf
+1
-1
1 addition, 1 deletion
nextflow/hecaton.nf
nextflow/hecaton_no_align.nf
+1
-1
1 addition, 1 deletion
nextflow/hecaton_no_align.nf
with
5 additions
and
2 deletions
CHANGELOG.md
+
3
−
0
View file @
9ba85780
...
...
@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-
Option in vcf_to_table.py to generate, for each variant, a list of identifiers of samples that had a non-reference call
-
Option in vcf_to_table.py to generate ID field of each variant
### Changed
-
Specified conda channels in requirements.yml files to improve reproducibility
### Fixed
-
FILTER field is now correctly processed in vcf_to_table.py
-
Nextflow binary now has read permissions in the Docker image, so that it can be used by non-root users
...
...
This diff is collapsed.
Click to expand it.
nextflow/hecaton.nf
+
1
−
1
View file @
9ba85780
...
...
@@ -24,7 +24,7 @@ params.help = false
def
helpMessage
()
{
log
.
info
"""
=========================================
Hecaton v0.
3
.0
Hecaton v0.
4
.0
=========================================
Usage:
nextflow run hecaton --genome_file reference.fa --reads "prefix_{1,2}.fastq" --manta_config configManta_weight_1.py.ini --model_file model_file.pkl --output_dir results
...
...
This diff is collapsed.
Click to expand it.
nextflow/hecaton_no_align.nf
+
1
−
1
View file @
9ba85780
...
...
@@ -24,7 +24,7 @@ params.help = false
def
helpMessage
()
{
log
.
info
"""
=========================================
Hecaton v0.
3
.0
Hecaton v0.
4
.0
=========================================
Usage:
nextflow run hecaton --genome_file reference.fa --bwa_bams "*.bam" --manta_config configManta_weight_1.py.ini --model_file model_file.pkl --output_dir results
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment