-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Description of the bug
running the test profile has this erorr:
ERROR ~ Error executing process > 'NFCORE_PHASEIMPUTE:CHRCHECK_INPUT:BAM_CHR_EXTRACT (NA12878)'
Caused by:
Process NFCORE_PHASEIMPUTE:CHRCHECK_INPUT:BAM_CHR_EXTRACT (NA12878) terminated with an error exit status (126)
Command executed:
samtools
head
NA12878.s.1x.bam|
grep '^@sq' | cut -d$' ' -f2 | sed -e 's/^SN://g'
> NA12878.txt
cat <<-END_VERSIONS > versions.yml
"NFCORE_PHASEIMPUTE:CHRCHECK_INPUT:BAM_CHR_EXTRACT":
samtools: $( samtools --version |& sed '1!d; s/^.*samtools //' )
grep: $( grep --version |& grep -o -E '[0-9]+.[0-9]+' )
END_VERSIONS
Command exit status:
126
Command output:
(empty)
Command error:
.command.run: line 300: .command.run: Permission denied
Work dir:
/home/ec2-user/temp_test/work/7e/ba614b2300480910dfd443c6a577d6
Tip: you can replicate the issue by changing to the process work dir and entering the command bash .command.run
-- Check '.nextflow.log' file for details
ERROR ~ Pipeline failed. Please refer to troubleshooting docs: https://nf-co.re/docs/usage/troubleshooting
-- Check '.nextflow.log' file for details
Command used and terminal output
Relevant files
No response
System information
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status