Skip to content

Conversation

jianshu93
Copy link
Collaborator

add dereplication, minimap2 to dereplicated MAGs.

Copy link
Member

@antgonza antgonza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few style comments, if you want to highlight a comment section I normally do something like this:

# 
# this is my comment!
#

Comment on lines 9 to 11



Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove these extra blank lines?

input=$(head -n $step {{output}}/file_list.txt | tail -n 1)
fn=`basename ${input}`
hifiasm_meta -t 60 -o {{output}}/step-1/${fn} ${input}
step=${SLURM_ARRAY_TASK_ID} ##1000_2, 1000_1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove the ##? or add better comments?

Comment on lines 20 to 21
### extract fasta id for all the genomes in the split folder
### Note: if there are no circular genomes, no *.fa files will be generated. The circular_id.txt will be empty
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the comments with only one # ?

Comment on lines 20 to 21
cp ${name}_checkm_table.txt step-7

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra lines, please remove

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

Successfully merging this pull request may close these issues.

2 participants