Pipeline for the identification of extrachromosomal circular DNA (ecDNA) from Circle-seq, WGS, and ATAC-seq data that were generated from cancer and other eukaryotic cells.
and the pipeline crashed in a way that wasn't exactly clear why until I re-visited the web-form and saw that --input_format was a required field on the web form. Can we update so that --input_format is either required on the command-line or deduced from the samplesheet?
Description of feature
I ran
nextflow run nf-core/circdna -r dev --input colo320dm_samplesheet.csv --outdir colo320dmlc_nftest --genome GRCh38 -profile docker --circle_identifier ampliconarchitect --mosek_license_dir $HOME/mosek --aa_data_repo $AA_DATA_REPO --reference_build GRCh38 --fasta $AA_DATA_REPO/GRCh38/GCA_000001405.15_GRCh38_no_alt_analysis_set.fa
on my local machine, however the module assumed by default an
--input_format FASTQ
when my samplesheet.csv wasand the pipeline crashed in a way that wasn't exactly clear why until I re-visited the web-form and saw that --input_format was a required field on the web form. Can we update so that --input_format is either required on the command-line or deduced from the samplesheet?
Thanks! Jens