File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 git clone --single-branch --branch eager https://github.com/nf-core/test-datasets.git data
6060 - name : DELAY to try address some odd behaviour with what appears to be a conflict between parallel htslib jobs leading to CI hangs
6161 run : |
62- if [[ $NXF_VER = '' ]]; then sleep 360 ; fi
62+ if [[ $NXF_VER = '' ]]; then sleep 1200 ; fi
6363 - name : BASIC Run the basic pipeline with directly supplied single-end FASTQ
6464 run : |
6565 nextflow run ${GITHUB_WORKSPACE} -profile test,docker --input 'data/testdata/Mammoth/fastq/*_R1_*.fq.gz' --single_end
@@ -200,4 +200,4 @@ jobs:
200200 nextflow run ${GITHUB_WORKSPACE} -profile test_tsv_humanbam,docker --skip_fastqc --skip_adapterremoval --skip_deduplication --skip_qualimap --skip_preseq --skip_damage_calculation --run_mtnucratio
201201 - name : RESCALING Run basic pipeline with basic pipeline but with mapDamage rescaling of BAM files. Note this will be slow
202202 run : |
203- nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --run_mapdamage_rescaling --run_genotyping --genotyping_tool hc --genotyping_source 'rescaled'
203+ nextflow run ${GITHUB_WORKSPACE} -profile test_tsv,docker --run_mapdamage_rescaling --run_genotyping --genotyping_tool hc --genotyping_source 'rescaled'
You can’t perform that action at this time.
0 commit comments