Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hic
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
LBMC
Hub
hic
Commits
4ba16eff
Commit
4ba16eff
authored
3 years ago
by
nservant
Browse files
Options
Downloads
Patches
Plain Diff
[BUMP] v1.3.1
parent
9f47a54a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+7
-1
7 additions, 1 deletion
CHANGELOG.md
nextflow.config
+1
-1
1 addition, 1 deletion
nextflow.config
with
8 additions
and
2 deletions
CHANGELOG.md
+
7
−
1
View file @
4ba16eff
...
...
@@ -3,7 +3,13 @@
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## v1.3.0 - 2021-22-05
## v1.3.1 - 2021-09-25
### `Fixed`
*
Fix bug in conda environment for cooltools (#109)
## v1.3.0 - 2021-05-22
*
Change the
`/tmp/`
folder to
`./tmp/`
folder so that all tmp files are now in the work directory (#24)
*
Add
`--hicpro_maps`
options to generate the raw and normalized HiC-Pro maps. The default is now to use cooler
...
...
This diff is collapsed.
Click to expand it.
nextflow.config
+
1
−
1
View file @
4ba16eff
...
...
@@ -225,7 +225,7 @@ manifest {
description
=
'Analysis of Chromosome Conformation Capture data (Hi-C)'
mainScript
=
'main.nf'
nextflowVersion
=
'>=20.04.0'
version
=
'1.3.
0
'
version
=
'1.3.
1
'
}
//
Function
to
ensure
that
resource
requirements
don
'
t
go
beyond
...
...
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