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

Latest version still generated MACS2, not MACS3 #389

Open
liuyang2006 opened this issue Nov 2, 2024 · 1 comment
Open

Latest version still generated MACS2, not MACS3 #389

liuyang2006 opened this issue Nov 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@liuyang2006
Copy link

Description of the bug

Hi,

I want to ask why I use latesest version, but my results is still macs2, not macs3.

Here is my command line:

nextflow run nf-core/atacseq -resume -c nextflow.config --input /project/sli68423_1316/users/yang/workspace/nanome/related_proje
ct/aml_nanopore/atac/00samplesheet_atac.csv --outdir results_mll_atac_hg38 -profile singularity --genome GRCh38 --read_length 50 -
-narrow_peak

Here is output directory:

ls bwa/merged_library/
ataqv                           D3_REP1.mLb.clN.sorted.bam      D6_REP1.mLb.clN.sorted.bam      deeptools
bigwig                          D3_REP1.mLb.clN.sorted.bam.bai  D6_REP1.mLb.clN.sorted.bam.bai  macs2
D1_REP1.mLb.clN.sorted.bam      D4_REP1.mLb.clN.sorted.bam      D7_REP1.mLb.clN.sorted.bam      picard_metrics
D1_REP1.mLb.clN.sorted.bam.bai  D4_REP1.mLb.clN.sorted.bam.bai  D7_REP1.mLb.clN.sorted.bam.bai  samtools_stats
D2_REP1.mLb.clN.sorted.bam      D5_REP1.mLb.clN.sorted.bam      D8_REP1.mLb.clN.sorted.bam
D2_REP1.mLb.clN.sorted.bam.bai  D5_REP1.mLb.clN.sorted.bam.bai  D8_REP1.mLb.clN.sorted.bam.bai

Command used and terminal output

nextflow run nf-core/atacseq -resume -c nextflow.config --input /project/sli68423_1316/users/yang/workspace/nanome/related_proje
ct/aml_nanopore/atac/00samplesheet_atac.csv --outdir results_mll_atac_hg38 -profile singularity --genome GRCh38 --read_length 50 -
-narrow_peak

Relevant files

No response

System information

No response

@liuyang2006 liuyang2006 added the bug Something isn't working label Nov 2, 2024
@liuyang2006
Copy link
Author

When I use dev version pipeline, it asks me to add --fasta, and --gtf options, how to fix this?

Here is my command:

nextflow run nf-core/atacseq -r dev -resume -c nextflow.config --input /project/sli68423_1316/users/yang/workspace/nanome/related_project/aml_nanopore/atac/00samplesheet_atac.csv --outdir results_mll_atac_hg38 -profile singularity --genome GRCh38 --read_length 50 --narrow_peak --fasta /project/sli68423_1316/users/yang/reference/ucsc/hg38/hg38.fa.bgz

Error message:

ERROR ~ Validation of pipeline parameters failed!

 -- Check '.nextflow.log' file for details
The following invalid input values have been detected:

* --fasta (/project/sli68423_1316/users/yang/reference/ucsc/hg38/hg38.fa.bgz): "/project/sli68423_1316/users/yang/reference/ucsc/hg38/hg38.fa.bgz" does not match regular expression [^\S+\.fn?a(sta)?(\.gz)?$]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant