Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make --input_format a required argument when running local command line #65

Closed
jluebeck opened this issue Jan 10, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@jluebeck
Copy link

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 was

sample,bam
COLO320DM_LC,/home/jens/Desktop/research/bams/COLO320DM_Hung2021.bam

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?

Thanks!
Jens

@jluebeck jluebeck added the enhancement New feature or request label Jan 10, 2024
@DSchreyer
Copy link
Collaborator

Thanks for reporting! Yeah, I agree. I will include that in v1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants