MorrellLAB / sequence_handling

A series of scripts to automate sequence workflows
19 stars 8 forks source link

Error in naming of processed BAM samples #18

Closed ChaochihL closed 8 years ago

ChaochihL commented 8 years ago

Type of issue


Bugs

Have you looked at the wiki?

The wiki is located here

Process_SAM

Describe your problem

What is the error message being generated?

-bash-4.1$ ./sequence_handling 7 ~/Config_125bp 
sequence_handling: Mapping coverage...
/home/morrellp/liux1299/Shared/WBDC_inversions/SAM_Processing/Barley_Inversions_deduped_BAM.txt doesn't exist, exiting...

Copy the part of the config file used by this handler

28 #   Where is the list of processed BAM samples?
     29 #       This is used for Coverage_Map and Indel_Realignment
     30 #       If using SAM_Processing, then leave as is
     31 BAM_SAMPLES=${OUT_DIR}/SAM_Processing/${PROJECT}_deduped_BAM.txt

Currently the output name is called:

Barley_Inversions_Processed_BAM.txt
#   Handler-specific values go here
#   Dependency definitions go here

Has anyone else been able to replicate your error?


Feature requests

What new thing is being added?

If yes, please make sure the code is posted online and link to it below:

name of code exerpt

Good hosting sites are GitHub and GitHub Gist.

Thank you for your help improving sequence_handling!

mojaveazure commented 8 years ago

Fixed.