Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • dev
  • master
  • v0.1.0
  • v0.1.2
  • v0.2.0
  • v0.2.1
  • v0.2.2
  • v0.2.3
  • v0.2.4
  • v0.2.5
  • v0.2.6
  • v0.2.7
  • v0.2.8
  • v0.2.9
  • v0.3.0
  • v0.4.0
  • v2.0.0
17 results

Target

Select target project
No results found
Select Git revision
  • dev
  • master
  • v0.1.0
  • v0.1.2
  • v0.2.0
  • v0.2.1
  • v0.2.2
  • v0.2.3
  • v0.2.4
  • v0.2.5
  • v0.2.6
  • v0.2.7
  • v0.2.8
  • v0.2.9
  • v0.3.0
  • v0.4.0
  • v2.0.0
17 results
Show changes

Commits on Source 941

841 additional commits have been omitted to prevent performance issues.
471 files
+ 11567
4691
Compare changes
  • Side-by-side
  • Inline

Files

+5 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

nextflow
.nextflow.log*
.nextflow/
work/
results
workspace.code-workspace
+7 −3
Original line number Diff line number Diff line
[submodule "src/sge_modules"]
	path = src/psmn_modules
	url = gitlab_lbmc:PSMN/modules.git
# SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

[submodule "src/.docker_modules/hicstuff/3.1.3/hicstuff"]
	path = src/.docker_modules/hicstuff/3.1.3/hicstuff
	url = git@github.com:koszullab/hicstuff.git

.reuse/dep5

0 → 100644
+10 −0
Original line number Diff line number Diff line
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: nextflow
Upstream-Contact: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Source: https://gitbio.ens-lyon.fr/LBMC/nextflow

# Sample paragraph, commented out:
#
# Files: src/*
# Copyright: $YEAR $NAME <$CONTACT>
# License: ...
+34 −1
Original line number Diff line number Diff line
<!--
SPDX-FileCopyrightText: 2022 Laurent Modolo <laurent.modolo@ens-lyon.fr>

SPDX-License-Identifier: CC-BY-SA-4.0
-->

# Changelog
All notable changes to this project will be documented in this file.

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).

## [0.4.0] - 2019-11-18
### Added
- Add new tools (star,...)
- conda support at the psmn

## Changed
- configuration simplification
- docker and singularity image download instead of local build
- hidden directories in `src` for project clarity (only `nf_modules` is visible)

## Removed
- conda support at in2p3 with `-profile in2p3_conda`

## [0.3.0] - 2019-05-23
### Added
- Add new tools (umi_tools, fastp,...)
- singularity support at in2p3 with `-profile in2p3`
- conda support at in2p3 with `-profile in2p3_conda`


## [0.2.9] - 2019-03-26
### Added
- Add new tools (fastq, macs2, umitools, ...)
- singularity support

### Changed
- every tool name is now in lowercase in each module section

## [0.2.7] - 2018-10-23
### Added
- Add new tools (BWA, GATK, sambamba, ...)
@@ -87,4 +121,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2018-05-06
This is the first working version of the repository as a nextflow module repository