Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • I IMP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IMP
  • IMP
  • Issues
  • #104

Closed
Open
Created Jul 01, 2017 by jingzhejiang@jingzhejiang

MissingInputException

Hi! I have installed and finished 'impy init' on AWS instance, then save it as a AMI. when I start a new instance (c4.8*large) with this AMI, and run:

impy run -t DYL1.fq.gz -t DYL2.fq.gz -o ~/DYL-IMP-default-Output --single-omics

Executing IMP command:
    docker run --rm --name home_ubuntu_DYL_IMP_default_Output -v /home/ubuntu/DYL-rawdata/imp-db:/home/imp/databases -v /home/ubuntu/DYL-IMP-default-Output:/home/imp/output -v /home/ubuntu/DYL-rawdata:/home/imp/data -e "LOCAL_USER_ID=`id -u $USER`" -e "LOCAL_GROUP_ID=`id -g $USER`"  -e IMP_BINNING_METHOD="maxbin"  -e MEMTOTAL="8"  -e MEMCORE="2"  -e THREADS="4"  -e MG=""  -e MT="/home/imp/data/DYL1.fq.gz /home/imp/data/DYL2.fq.gz"  -e IMP_ASSEMBLER="idba"  -e IMP_STEPS="preprocessing assembly analysis binning report"  docker-r3lab.uni.lu/imp/imp:1.4.1 snakemake -s /home/imp/code/Snakefile
    
usermod: no changes
MissingInputException in line 1 of /home/imp/code/rules/Preprocessing/trimming.rules:
Missing input files for rule trimming:
/home/imp/databases/adapters/adapters.done

What is the problem?

Thank you!

Assignee
Assign to
Time tracking