mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
style: Remove newline at end of files
This commit is contained in:
parent
5f810beaa4
commit
b62d01285e
229 changed files with 18304 additions and 18310 deletions
|
@ -3,7 +3,7 @@ root = true
|
|||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
insert_final_newline = false
|
||||
trim_trailing_whitespace = true
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,3 @@
|
|||
chr1 951 1061
|
||||
chr1 1300 1420
|
||||
chr1 1400 1500
|
||||
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -27,4 +27,3 @@ workflow test_cutadapt_paired_end {
|
|||
file("${launchDir}/tests/data/fastq/rna/test_R2.fastq.gz", checkIfExists: true) ] ]
|
||||
CUTADAPT( input )
|
||||
}
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@ workflow test_fastp_paired_end {
|
|||
file("${launchDir}/tests/data/fastq/rna/test_R2.fastq.gz", checkIfExists: true) ] ]
|
||||
FASTP ( input )
|
||||
}
|
||||
|
||||
|
|
|
@ -4,4 +4,3 @@
|
|||
- multiqc
|
||||
files:
|
||||
- path: output/multiqc/multiqc_report.html
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@ workflow test_preseq_paired_end {
|
|||
|
||||
PRESEQ_LCEXTRAP ( input )
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue