Skip to content

Commit 7996e98

Browse files
committed
[TEST] move samplesheet to assets for test
1 parent 4edc94c commit 7996e98

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ On release, automated continuous integration tests run the pipeline on a full-si
2525

2626
1. Read QC ([`FastQC`](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/))
2727
2. Hi-C data processing
28-
1. with [`HiC-Pro`](https://github.com/nservant/HiC-Pro)
28+
1. [`HiC-Pro`](https://github.com/nservant/HiC-Pro)
2929
1. Mapping using a two steps strategy to rescue reads spanning the ligation
3030
sites ([`bowtie2`](http://bowtie-bio.sourceforge.net/bowtie2/index.shtml))
3131
2. Detection of valid interaction products

assets/samplesheet.csv

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
sample,fastq_1,fastq_2
2-
SAMPLE_PAIRED_END,/path/to/fastq/files/AEG588A1_S1_L002_R1_001.fastq.gz,/path/to/fastq/files/AEG588A1_S1_L002_R2_001.fastq.gz
3-
SAMPLE_SINGLE_END,/path/to/fastq/files/AEG588A4_S4_L003_R1_001.fastq.gz,
2+
SRR4292758,https://github.com/nf-core/test-datasets/raw/hic/data/SRR4292758_00_R1.fastq.gz,https://github.com/nf-core/test-datasets/raw/hic/data/SRR4292758_00_R2.fastq.gz

0 commit comments

Comments
 (0)