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

Meet error:"normal: No such queue. Job not submitted." #151

Open
DryadDataDiver opened this issue Sep 18, 2024 · 0 comments
Open

Meet error:"normal: No such queue. Job not submitted." #151

DryadDataDiver opened this issue Sep 18, 2024 · 0 comments

Comments

@DryadDataDiver
Copy link

DryadDataDiver commented Sep 18, 2024

@dfguan Hello! As a beginner, I have encountered some issues while using purge_dups. I humbly seek your assistance in resolving these problems:
I am using the LSF system to submit tasks, but I encountered an error: “normal: No such queue. Job not submitted.” I have checked the queue name, and it matches the one I submitted.
Here is my json:

{
  "cc": {
    "fofn": "/share/home/AAA/hicanu/result/defult/purge/config/pb.fofn",
    "isdip": 1,
    "core": 19,
    "mem": 20000,
    "queue": "compute",
    "mnmp_opt": "",
    "bwa_opt": "",
    "ispb": 1,
    "skip": 0
  },
  "sa": {
    "core": 19,
    "mem": 10000,
    "queue": "compute"
  },
  "busco": {
    "core": 19,
    "mem": 20000,
    "queue": "compute",
    "skip": 0,
    "lineage": "eudicots_odb10",
    "prefix": "defult_purged",
    "tmpdir": "busco_tmp"
  },
  "pd": {
    "mem": 20000,
    "queue": "compute"
  },
  "gs": {
    "mem": 10000,
    "oe": 1
  },
  "kcp": {
    "core": 19,
    "mem": 30000,
    "fofn": "",
    "prefix": "defult_purged_kcm",
    "tmpdir": "kcp_tmp",
    "skip": 1
  },
  "ref": "/share/home/AAA/hicanu/result/defult/purge/config/defult.fasta",
  "out_dir": "/share/home/AAA/hicanu/result/defult/purge/pipeline"
}

Here is my script:

python "/share/home/AAA/hicanu/result/defult/purge/purge_dups/scripts/run_purge_dups.py" \
 "/share/home/AAA/hicanu/result/defult/purge/config/defult.PL.json" \
 "/share/home/AAA/hicanu/result/defult/purge/purge_dups/bin" \
 PL > log.txt 2>&1

Here is my log:

calculate coverage and self-alignment
normal: No such queue. Job not submitted.
normal: No such queue. Job not submitted.
normal: No such queue. Job not submitted.
command /share/home/AAA/hicanu/result/defult/purge/purge_dups/bin/split_fa /share/home/AAA/hicanu/result/defult/purge/config/defult.fasta > defult/split_aln/defult.split.fa failed, return code: 255
unkown error, please check error log
command minimap2 -I 4G -x map-pb -t 12 /share/home/AAA/hicanu/result/defult/purge/config/defult.fasta "/share/home/AAA/full/hifidata/s2hifi.fa" >defult/coverage/s2hifi.paf failed, return code: 255
unkown error, please check error log
command minimap2 -I 4G -x map-pb -t 12 /share/home/AAA/hicanu/result/defult/purge/config/defult.fasta "/share/home/AAA/full/hifidata/s3hifi.fa" >defult/coverage/s3hifi.paf failed, return code: 255
unkown error, please check error log
purge duplicates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant